1.44MB RESCUE is an automation game where you write Python-style code to rescue a corrupting floppy disk. The whole game — the interpreter, the simulation, every pixel and every note — fits in 1,474,560 bytes, the exact capacity of a 3.5" floppy. There are no asset files; everything is synthesized at runtime. It was built for the 1.44MB Game Dev Contest by 2P GAME ARCADE.
How it plays: you are inside the disk and it is rotting. Program a repair patcher in PyDust (a small Python-like language), salvage the rot for DATA, spend DATA to repair sectors. Each file you restore unlocks a language feature — loops, variables, functions, lists, a radar — so your program grows from four commands into an automation that runs the rescue while you watch. Infinite loops never freeze the game: execution itself is the animation.

The free demo covers the first 12 of 20 files, up to the moment the soundtrack comes back to life. The remaining 8 files are visible on the disk but locked.
- Single 466 KB executable, no installer, keyboard only
- Windows 10/11 (64-bit)
- English / Japanese / Korean
Play the demo: https://1440works.itch.io/144mb-rescue
The full game is planned for Steam in November 2026; the demo's save and code carry over. Feedback on where you got stuck is especially welcome — the tutorial is still being tuned.
