Skip to content

TheToasterMonster/chess

Repository files navigation

Chess

Chess client written in C++.

Requirements

  • 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)

Setup

  1. Clone the repository:
    git clone https://github.com/TheToasterMonster/chess.git
    
  2. Open downloaded folder:
    cd chess
    
  3. Run Premake:
    vendor\bin\premake\premake5.exe vs2019
    
  4. Open generated .sln file in Visual Studio and press F5 to build.

Credits

Piece icons from Wikimedia Commons (SVG chess pieces/Maurizio Monge)

Screenshots



About

Chess client written in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published