Claude helped revive a 1995 DOS game from its source

A developer made a small DOS game in 1995 while learning in high school. A friend named Jesper drew the graphics pixel by pixel, while the developer wrote the code.

The game starred Preben, a character trapped in a cave and fighting killer bees and flying mutant elephants with a rifle. Over one long conversation, Claude read the original and reconstructed the game logic.

Claude also pulled the original sprites from , including the old VGA screen data and the exact PUT coordinates. It also recovered the BIOS-tick loop that kept the game running at a steady speed on different rs.

Key points

  • Claude understood the old and rebuilt the game logic.
  • It recovered sprites from .
  • It used VGA screen data and PUT coordinates to place the graphics correctly.
  • It restored the BIOS-tick loop that kept the game speed steady.
  • The case shows AI helping revive an old project, not just write new code.
Read original