Skip to content

HueFlux/chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chess

A simple chess program written in C++.

Compiling

You need:

  • SFML 2.5+ development headers and library
  • C++17 compliant compiler
  • CMake build system

To compile, run CMake on the project directory with CMAKE_BUILD_TYPE=Release and you'll get Makefile or equivalent for your platform, with which you can compile the project.

On Linux and macOS:

~ $ git clone https://github.com/HueFlux/chess.git
~ $ cd chess
~/chess $ mkdir build/ && cd build/
~/chess/build $ cmake -DCMAKE_BUILD_TYPE=Release ..
~/chess/build $ make

About

A simple chess program written in C++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published