SFML CHESS
Chess game using C++ and SFML.
Make sure to use c++17.
mkdir build
cmake -S . -B build
cmake --build build
If you are having connection problem, try executing this in your cmd
git config --global http.postBuffer 157286400
Explore SFML Chess, a dynamic two-player game crafted with SFML. Engage in a strategic showdown on the digital chessboard against a friend.
C++