I gave Claude my dead game's 30-year-old files and asked it to bring the game back to life
TL;DR Highlight
This is a user experience where Claude Code reconstructed an entire online multiplayer game from 1992 based solely on script files and manuals, after the original source code was lost.
Who Should Read
Developers who need to revive legacy projects with incomplete code or documentation, or developers who want to automate large-scale reverse engineering tasks using Claude Code as an agent.
Core Mechanics
- The original author's online multiplayer game 'Legends of Future Past', which was operated on CompuServe in 1992, ended on December 31, 1999, and the source code was no longer available.
- Only three materials remained: hundreds of script files written in a custom scripting language, a GM manual written in 1998, and a 1996 gameplay recording.
- Claude Code inferred the syntax of the custom scripting language, which had no documentation available online, solely from script examples and the manual — it reverse-engineered a language not present in its training data.
- The scale of the reconstructed game: 2,273 rooms, 1,990 items, 297 monsters, 88 spells, a complete crafting system, and combat mechanics — completed in a weekend, which would have taken the original author months.
- The author described the experience as 'collaboration, not autopilot': Claude doesn't run on its own, but is more like a 'tireless, excellent collaborator' that needs direction from the developer within the room.
- The reconstructed game is currently available for free play at lofp.metavert.io, and the code is open-sourced on GitHub (github.com/jonradoff/lofp).
Evidence
- A user shared a story about submitting photos of a 6-page paper printout of a game written in Commodore Pet in 1982 to Claude, which converted it to PET-SCI and even created a disk image.
- There was a comment agreeing with the author's statement that 'agent coding is not autopilot' — a user currently working on a project in agent mode agreed with the message that 'the developer must remain in the room'.
- A user who created a card for the Home Assistant interface with Claude shared an experience where Claude automatically added a washing machine drum rotation animation even when given abstract instructions like 'move the controls'.
- Another user mentioned starting to modernize old game code with Codex and connecting it to ComfyUI to generate assets, with plans to continue reviewing with Claude.
- Comments pointed out that the author is the well-known Jon Radoff (Wikipedia entry), and there were many nostalgic reactions to the MUD genre (text-based multiplayer game).
How to Apply
- If you have a legacy system where only script files, configuration files, and documentation remain without source code, you can instruct Claude Code to 'understand what these files do and reimplement them' — this is valid not only for complete reconstruction but also for partial reverse engineering.
- The key lesson from this case is to design agent coding sessions not as expecting Claude to be a self-running automation tool, but as a collaborative session where you check and modify the direction in between steps — using a checkpoint-based approach by dividing the task into stages is effective.
- If documentation for an old custom DSL (domain-specific language) or in-house scripting language is poor, you can attempt to reverse-engineer the language syntax by submitting actual script example files and non-technical manuals (if available).
Terminology
Related Papers
Migrating a production AI agent to GPT-5.6: 2.2x faster, 27% cheaper
마케팅 웹사이트를 자동 생성하는 프로덕션 AI 에이전트를 Claude Opus 4.8에서 GPT-5.6 Sol로 전환한 실전 경험담으로, 단순 모델 교체가 아니라 eval 하네스, 툴 스키마, 캐싱, 추론 리플레이까지 손봐야 했던 과정을 구체적인 수치와 함께 정리했다.
What xAI's Grok build CLI sends to xAI: A wire-level analysis
xAI의 공식 코딩 CLI 도구 Grok Build가 사용자 동의 없이 전체 Git 저장소와 .env 시크릿 파일을 xAI 서버로 업로드한다는 사실이 네트워크 트래픽 분석으로 밝혀졌다.
Remember When It Matters: Proactive Memory Agent for Long-Horizon Agents
LLM 에이전트가 긴 작업 중 중요한 정보를 잊어버리는 문제를 별도의 메모리 에이전트가 '적절한 타이밍에' 끼어들어 해결하는 방법
WebSwarm: Recursive Multi-Agent Orchestration for Deep-and-Wide Web Search
복잡한 웹 검색을 재귀적으로 분해하고 각 노드에 적합한 검색 모드를 동적으로 할당하는 멀티에이전트 프레임워크
Show HN: Reverse-engineering web apps into agent tools
로그인된 웹 앱의 API 호출을 브라우저에서 감시해 자동으로 MCP 도구로 변환하는 에이전트를 만들었다. 소스 코드나 공식 API 문서 없이도 Jira, Spotify 같은 서비스에 AI 어시스턴트를 붙일 수 있다.
Show HN: FableCut – A browser video editor AI agents can drive (zero deps)
타임라인 전체를 JSON 파일 하나로 표현하고 MCP/REST로 AI 에이전트가 직접 편집할 수 있는 브라우저 비디오 에디터로, Claude 같은 AI가 프롬프트 하나로 영상을 자동 컷편집하고 결과를 실시간으로 UI에 반영해준다.