Chess game in C++ 
Introduction 
This is a terminal-intergrated chess game written in C++. The game is playable with a keyboard.
Game 
The game is playable with a keyboard. The game is played by entering the coordinates of the piece you want to move and the coordinates of the square you want to move it to. The coordinates are entered in the form of a letter and a number : letter-number-letter-number. For special moves such as castling, the text to enter is o-o (kingside castling) or o-o-o (queenside castling). To quit the game, enter /quit.
