This is a simple chess game developed in C++ that runs entirely on the terminal, without graphical interfaces. It was created as part of a university project at second year. The game supports all basic chess functionalities, but there is a known rare bug that may cause a loop.
- Terminal-based gameplay.
- Input system to move pieces using standard chess notation.
- Ability to display the chessboard on demand using the
XX XXcommand after each move.
- Clone the repository:
git clone https://github.com/AndreaBruzz/Chess-Game.git
- Compile the game using
CMakeor your preferred compiler. - Run the executable to start playing.
- Occasionally, the game may enter a loop due to an unresolved bug.
- By default, the chessboard is not shown after every move; use
XX XXto display it.