Skip to content

Simple AI algorithm (based on Decision trees) for Gomoku game

Notifications You must be signed in to change notification settings

livankrekh/Gomoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages