Files
basic-computer-games/23_Checkers/ruby/README.md
Chris Reuter d26dbf036a Removed spaces from top-level directory names.
Spaces tend to cause annoyances in a Unix-style shell environment.
This change fixes that.
2021-11-21 18:30:21 -05:00

393 B

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.