jberrend / othello

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Othello

Simple clone of the othello (or reversi) game.

build

you need to have the Allegro library somewhere accessible on your system.

from the root of the project run mkdir build, cd build, and finally cmake .. to generate a make file in the build directory. The make file generates an executable in the bin directory of the root of the project.

About


Languages

Language:C++ 94.5%Language:CMake 3.2%Language:C 2.3%