aAChess is a two day chess project built entirely in Ruby. Start a game by running "ruby game.rb" in the aAChess directory.
Begin by putting in both player's names.
The game uses a red cursor. Move the cursor with the arrow keys, and select using the space bar.
When a player selects a piece he/she owns, the valid moves for that piece will be highlighted in green.
To capture a piece, simply move your piece on top of the other player's piece. Taken pieces will show up on the right.
To castle, select the King, and select the position the King would be in after castling.
To take a pawn en passant, simply move the piece diagonally behind the pawn to be taken.
Pawns will automatically become queens upon reaching the opponents back row.
The fazibear/colorize gem was used to color the board, cursor, and move highlighter.