Saw this on Hacker News; it's an ongoing compendium of classic BASIC games, rewritten in up to 10 accepted programming languages; as well as space for "alternative" languages.

you are viewing a single comment's thread
view the rest of the comments
[–] 7 points 3 years ago

I did this with a BASIC game called Wizard's Castle that I played a lot of as a kid. The first step was to "reverse engineer" the manually-compressed BASIC code and write up a spec. Then I rewrote it in Rust as a learning exercise. 🙂

https://github.com/beejjorgensen/Wizards-Castle-Info

  • source
  • parent