begoon/gomoku-zig
Gomoku AI agent in Zig/WASM
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.