A simple console checkers game largely built in ruby. Built in one day!
After copying the repo, run bundle install to ensure you have the gem colorize so output works.
Run from console:
> ruby game.rb
Select a piece to move by hitting . Then select the next spot the piece will go to by hitting again. For multiple jumps continue doing. When you have selected all your moves press d to run your move.
You can quit the game by pressing q at anytime.