haslam22/blackstone
Gomoku (Five in a Row) game manager with a powerful built-in AI, written in Java with a clean, minimal interface.
This project helps you play the strategy board game Gomoku (Five in a Row) against a computer opponent. It takes your moves on a game board as input and provides the AI's counter-moves, allowing you to practice and improve your play. It's designed for anyone who enjoys playing Gomoku and wants to challenge themselves against a strong, built-in AI.
Use this if you want to play Gomoku against a computer with a clean interface and powerful AI, or test external Gomoku AIs.
Not ideal if you are looking for a Gomoku AI with perfect play or the absolute fastest response times, as there are known limitations in its advanced threat detection.
Stars
42
Forks
13
Language
Java
License
MIT
Category
Last pushed
Dec 19, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/haslam22/blackstone"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related agents
canberkakcali/gomoku-ai-minimax
Artificial Intelligence for the game Go-Moku using the Minimax Algorithm with Alpha-Beta Pruning
pchampio/othello-prolog
:scroll: A fully functional Othello (Reversi) game, with several AIs, made in prolog for swipl.
EudyContreras/Othello-FX
Othello game framework made with JavaFX which can be use for testing Othello AI Agents.
kairaedsch/Hexxagon
🎯 Online Board Game "Hexxagon"
sramakrishnan247/Checkers-AI
Checkers playing agent. The agent uses the Minimax algorithm with alpha beta pruning for playing...