Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 490 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 490 Bytes

CS520: Object Oriented Programming final project: Chess game

Description

Ruby application for two players playing chess game by taking alternative turns

Requirement

  • Ruby 2.x

How to play?

  • 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

Tests

RSpec is used for unit testing. RSpec gem is added to the Gemfile.

  • Run tests with:
Rspec spec/