A command line chess game built in Ruby.
The game uses the colorize gem to give the command line-rendered board some razzle dazzle.
Simply load game.rb with the ruby command. There is an optional debug display mode which is disabled by default, and potential for development of an AI Player in future releases.
- The key mappings for keyboard control do not work on Windows systems.
- AI functionality planned for a future release.