← Back to Built
ArchivedMar 2026
Gomoku
Five-in-a-row with AI opponent
https://huang-jiaming.github.io/murphy/
A classic Gomoku (five-in-a-row) board game implemented for the browser. Features include two-player local play, single-player mode against an AI opponent with adjustable difficulty, undo/redo functionality, and sound effects. The AI uses minimax with alpha-beta pruning and custom heuristics tuned for Gomoku strategy.
gameaiboard-game