mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 23:26:40 -08:00
Spaces tend to cause annoyances in a Unix-style shell environment. This change fixes that.
9 lines
393 B
Markdown
9 lines
393 B
Markdown
Original source downloaded [from Vintage Basic](http://www.vintage-basic.net/games.html)
|
|
|
|
Conversion to [Ruby](https://www.ruby-lang.org/en/)
|
|
|
|
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.
|