Skip to content

Deophius/reversi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reversi

Simple reversi game homework.

How to build

  1. The include headers of the external libraries are already included in the include directory. However, the static library of Nana (libnana.a) needs to be manually built and put into the lib/ directory.
  2. Configure using CMake. The project has no special configuration variables.
  3. If all goes well, you should have a running executable in your build directory!

Third party libraries

  • doctest: see include/doctest.h for license and copyright notice
  • nana: see include/nana/gui.hpp for license and copyright notice
  • nlohmann/json: see include/nlohmann/json.hpp for license and copyright notice
  • Icon from Chessboard icons created by Muhamad Ulum - Flaticon

About

Simple reversi game homework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages