Chess client written in C++.
- C++17
- SFML 2.5.1
- Premake v5.0.0-beta1
- Visual Studio 2019
- 64-bit CPU and operating system
- Windows 10 (support for other operating systems may or may not come later)
- Clone the repository:
git clone https://github.com/TheToasterMonster/chess.git
- Open downloaded folder:
cd chess
- Run Premake:
vendor\bin\premake\premake5.exe vs2019
- Open generated
.sln
file in Visual Studio and pressF5
to build.
Piece icons from Wikimedia Commons (SVG chess pieces/Maurizio Monge)