- Chess game written in Ruby
- Features include tracking points, pieces captured, and a timer
- Implements deep dup method of board to prevent player from moving into check
- Uses classical inheritance with bishop, queen and rook inheriting from sliding piece class
- Board FLIPS when it is your turn
- Clone this repo
- Navigate to the DeeperBlue folder from the command line
- Run
ruby game.rb