Files
basic-computer-games/23 Checkers/ruby/README.md
Chris Reuter 8ef694996f Added ruby implemention of Checkers.
Also added my annotated version of the BASIC source code on the off
chance that it would be useful.
2021-03-13 14:58:08 -05:00

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.