/ChessVariants

An implementation of a chess TCP-client and server with which different chess variants can be played

Primary LanguageC++BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

ChessVariants

A C++ implementation of a chess TCP-client and server with which different chess variants can be played

Chess

Build

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.