A DOS game was rebuilt with Claude Code in one day

A Reddit user says they used Claude Code and Fable 5 to analyze and reconstruct the DOS game MIDWINTR.EXE in one day. The post says every reachable function in the file was decoded or labeled, with each claim tied back to the original bytes. The user also shared a video and a playable tech demo.

Key points

  • The author says the original MIDWINTR.EXE is fully mapped.
  • They say the island terrain was recreated from a 10KB seed file.
  • They report recovering tree placement rules and vehicle physics laws.
  • The post links to a video and a playable tech demo.
  • This is a real-world Claude Code use case for reverse engineering old software.

Quick term guide

function
A small part of a program that does a specific job.
Solo developer
An individual who handles all parts of creating a project or product alone.
developers
Developers are people who build software, apps, or websites.
AI coding tool
Software that uses AI to help write, edit, or explain code.
software
Programs or apps that run on a computer or smartphone.
seed file
A file used as a starting point to recreate the same result.
placement
The process by which a university helps graduates find jobs at companies, often measured as a percentage of students hired.
reverse engineering
The process of studying a finished file or program to understand how it works.
Read original