A serious Gomoku board game AI written in C++
10K+

A Gomoku (五子棋, Five in a Row) AI with a custom heuristic negamax algorithm with alpha-beta pruning and built-in rules and cut-offs, written in C++.
It provides:
Currently runs single-threaded, supports only Gomoku rules, future plans:
A live demo is hosted on: https://apps.yunzhu.li/gomoku

This application is available as a docker image yunzhu/blupig-gomoku.
Make sure you have access to docker.
Run:
docker run -d --rm -p 8000:8000 -e SERVER_URI="http://<server-ip>:8000" yunzhu/gomoku
Access http://<server-ip>:8000 in your browser.
Play!
Content type
Image
Digest
sha256:a02e366c2…
Size
43.9 MB
Last updated
over 3 years ago
docker pull yunzhu/gomoku