strawhattom / GomoTux

An IA to give the best move to do in less than 5 seconds for Gomoku games

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GomoTUX2

Dependencies

  • CMake
  • C++ compiler

How to build

Clone the repository

git clone https://github.com/nami10/GomoTux2 && cd ./GomoTux2

CMake the project

mkdir build
cd build
cmake ..
make

Execute

./gomoku

About

An IA to give the best move to do in less than 5 seconds for Gomoku games


Languages

Language:C++ 99.5%Language:CMake 0.5%