Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 925 Bytes

README.md

File metadata and controls

36 lines (30 loc) · 925 Bytes

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