Georg-S / ChessVariants

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 93.8%Language:CMake 6.1%Language:Batchfile 0.1%