Ruby application for two players playing chess game by taking alternative turns
- Ruby 2.x
- clone the repo:
git clone https://github.com/arashMirhosseini/OOP_project_cs520.git
- Go to the chess directory
- Start the game with:
ruby playchess.rb
RSpec is used for unit testing. RSpec gem is added to the Gemfile.
- Run tests with:
Rspec spec/