Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 573 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 573 Bytes

Gomoku

Gomoku is a strategy board game traditionally played on a Go board with stones of two different colors.

Gomoku_gif

Installation Guide

Before compiling, please, install all dependencies of project and Qt5 with Qml.

For that use requirements.sh shell script

> ./requirements.sh

To compile the project you can use make.sh shell script

> ./make.sh

Or run next commands in the bash

> qmake Gomoku.pro
> make -j8