Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 310 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 310 Bytes

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