mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-24 12:04:17 -08:00
Also added my annotated version of the BASIC source code on the off chance that it would be useful.
Original source downloaded from Vintage Basic
Conversion to Ruby
This version preserves the underlying algorithms and functionality of the original while using more modern programming constructs (functions, classes, symbols) and providing much more detailed comments. It also fixes some (but not all) of the bugs.