canberkakcali/gomoku-ai-minimax
Artificial Intelligence for the game Go-Moku using the Minimax Algorithm with Alpha-Beta Pruning
This is an AI opponent for the game Go-Moku, also known as Five in a Row. It takes your moves on the game board as input and provides its own strategic moves as output, allowing you to practice or play against a computer intelligence. Anyone who enjoys playing Go-Moku and wants a challenging digital opponent would use this.
No commits in the last 6 months.
Use this if you want to play Go-Moku against an AI that uses advanced search techniques to make its moves.
Not ideal if you are looking for an AI that learns from gameplay or adapts its strategy over time.
Stars
46
Forks
12
Language
Java
License
MIT
Category
Last pushed
Mar 10, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/canberkakcali/gomoku-ai-minimax"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
haslam22/blackstone
Gomoku (Five in a Row) game manager with a powerful built-in AI, written in Java with a clean,...
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...