Play Chess Notation is a console-based application for playing chess using chess notation.
This application allows users to play chess matches by inputting moves in standard chess notation (e.g., "e4", "Nf3", "O-O", etc.). It provides a simple interface for players to input moves and view the current board state.
- Supports standard chess notation for moves.
- Implements basic chess rules, including piece movement, captures, castling, and pawn promotion.
- Save Game Notation in pgn files.
To run the application, you'll need a C++ compiler and standard libraries installed on your system. Clone this repository to your local machine, navigate to the src
directory, and compile the source files using your preferred compiler.
- Run the compiled executable to start the game.
- Follow the prompts to input moves using chess notation.
- Enjoy playing chess against your opponent!