Skip to content

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

License

Notifications You must be signed in to change notification settings

Georg-S/ChessVariants

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published