GitHub - begoon/gomoku-zig: Gomoku AI agent in Zig/WASM

1 min read Original article ↗

Skip to content

Navigation Menu

Gomoku (5 in row) game AI

The AI agent based on Minimax with Alpha-Beta pruning, local moves pre-sort and quiescence deepening on the leaves to mitigate the horizon problem of Minimax.

The agent is implemented in Zig 0.15+ (console and WASM/JS).

WASM version runs online from GitHub pages.