Gomoku, also called Five in a Row is an an abstract strategy board game. The goal of this game is to exactly place five pieces in a row, horizontally, vertically or diagonally.
-
clang
as a C compiler (GCC is also file) -
pkg-config
as it is being used to quickly include and link libraries -
gtk+ 3.0
as it is the GUI library used in this projectIf you happen to not have GTK+ 3.0, on Debian based distributions you can install it with
sudo apt install libgtk-3-dev
Suffice it to say... make
make
Make sure you have installed doxygen
.
Once you do, run:
./docs.sh
-
Open two Gomoku windows.
-
Choose a color in one of them
-
Click Join Game on the second one
-
Play 🎉