Remix.run Logo
Fits on a Floppy – A Manifesto for Small Software(fitsonafloppy.com)
4 points by msephton 17 hours ago | 2 comments
suprjami 7 hours ago | parent [-]

Some time ago I helped Jeff Olson open source his wonderful 1990s roguelike Alphaman:

https://github.com/superjamie/alphaman-src

It's full of optimisations to keep the code small, such as QBasic calling into C routines, as Jeff also wanted the source to all fit on one floppy disk.

msephton a minute ago | parent [-]

Fantastic! Now I'm off to check my source code files (in the author of the manifesto)