Skip to content

BenStokmans/reversi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reversi

Building from source

Prerequisites

  • CMake (>= 3.12)
  • Compiler with support for c++20 or greater
    • Unix: GCC >= 8 or Clang >= 5
  • Make (unix) but if you have CMake installed you probably have Make as well

Building

  • Clone the repo git clone --recursive https://github.com/BenStokmans/reversi
  • Run cmake . in the root directory of the cloned repository
  • On unix systems run make

Dependencies

Releases

No releases published

Packages

No packages published

Languages