Skip to content
/ gomoku Public

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

License

Notifications You must be signed in to change notification settings

wwatkns/gomoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages