Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 662 Bytes

File metadata and controls

11 lines (10 loc) · 662 Bytes

Deeper Blue

  • 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

To play

  • Clone this repo
  • Navigate to the DeeperBlue folder from the command line
  • Run ruby game.rb