Java Gomoku implementation with a clean domain model and an isolated adversarial search layer prepared for Minimax and Alpha-Beta.
java board-game game-engine algorithms clean-architecture object-oriented gomoku immutable-state zero-sum-game
-
Updated
Feb 19, 2026 - Java