Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 503 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 503 Bytes

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.