This is a simple Chess game, player v. player that runs in the terminal. To play, clone the repository, cd into the cloned directory and run "ruby Game.rb"
The game is built entirely in Ruby and uses Polymorphism, BFS, and DRy.
Files of interest
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is a simple Chess game, player v. player that runs in the terminal. To play, clone the repository, cd into the cloned directory and run "ruby Game.rb"
The game is built entirely in Ruby and uses Polymorphism, BFS, and DRy.
Files of interest