wwatkins42 / gomoku

A Gomoku game written in C++ using SDL2 with an AI using tree-search algorithms various optimisations (bitboards, pruning, etc).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

screenshot_1

This project can only be compiled on MacOS, and requires SDL2, SDL2_image, SDL2_ttf, Eigen and Boost (unfortunately we didn't have time to create an installer, so if you want to compile the project you should install all of those libraries in the directories used in the Makefile).

About

A Gomoku game written in C++ using SDL2 with an AI using tree-search algorithms various optimisations (bitboards, pruning, etc).

License:MIT License


Languages

Language:C++ 99.3%Language:Makefile 0.7%