An updated version of the classic "Basic Computer Games" book, with well-written examples in a variety of common MEMORY SAFE, SCRIPTING programming languages. See https://coding-horror.gi...
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.
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. 🙂