A simple C++ chess game, using the SFML library.
This project uses the SMFL library (2.5.1), it should be installed before compiling the project (see this link). This project has only been tested for Linux for now.
Create a build folder, and generate the project in that folder:
mkdir build
cd build
cmake ..
You can now build the project:
make
This will generate the chess
executable.
To launch a chess game, just launch the generated chess
executable:
./build/chess
The escape key can be used to exit the game.
- Lichess project (Thibault Duplessis) - sounds