/sfml-chess

Explore SFML Chess, a dynamic two-player game crafted with SFML. Engage in a strategic showdown on the digital chessboard against a friend.

Primary LanguageC++

SFML CHESS

Chess game using C++ and SFML.

Make sure to use c++17.

Build with CMake

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