This is my final project for the Ruby section of The Odin Project. It's chess! Built with Ruby and tested with RSpec. Play it online here or clone this repo and play it locally. The project details can be found here.
Poor Bill falls prey to the Scholar's Mate
- Save and load a previously saved match
- Play against another human or a very inexeperienced computer
- Prerequisites: ruby >= 2.7
- Clone this repo (instructions)
- Navigate into this project's directory
cd chess
- Play by entering
ruby lib/main.rb