A command-line chess game implemented in Ruby.
Note: you must have Ruby 2.2 or higher.
Step 1: Find a friend.
Step 2: Clone the repo (git clone https://github.com/alextaylor000/ruby-chess.git
).
Step 3: From within the repo, start the game by typing ruby chess.rb
.
And that's it! Select a piece and then move it by entering the notational coordinate (e.g. 'a2')
Thanks to CodeCore for the original chess assignment - which I took way, way too far ;)