A C++ implementation of a chess TCP-client and server with which different chess variants can be played
To build the project for windows you need to have the SDL2, SDL2 image and boost library.
Add the following environment variables (pointing to the corresponding folders):
- SDL2_INCLUDE
- SDL2_BIN
- SDL2IMAGE_INCLUDE
- SDL2IMAGE_BIN
- BOOST_ROOT
After that, run the cmake_build.bat and now the solution can be oppened in the build folder.