luizfranca/dots-and-boxes
A competitive search with pruning and heuristics.
This project offers an AI that plays the classic game of Dots and Boxes, allowing you to simulate games and test its strategic capabilities. You input the size of the game board or a specific board state, and the AI determines its optimal next move. This is ideal for game developers, AI researchers, or enthusiasts interested in understanding competitive search algorithms.
No commits in the last 6 months.
Use this if you are a developer or researcher looking to implement or study an AI player for the game Dots and Boxes using alpha-beta pruning.
Not ideal if you are a casual player looking for a simple, interactive game to play against an AI through a graphical interface.
Stars
8
Forks
1
Language
Python
License
MIT
Category
Last pushed
Jan 25, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/luizfranca/dots-and-boxes"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
rmodi6/TicTacToe-with-AI
Tic Tac Toe game in both python and java with Artificial Intelligence for second player using...
MinhasKamal/TicTacToe
Naive AI Enabled Tic-Tac-Toe Game (noughts-and-crosses-Xs-Os-paper-pencil)
rsmath/TicTacToe
AI implementation of the classic tic tac toe game with minimax algorithm -Project for Bronx...
evolutionsoftswiss/tic-tac-toe-supervised-learning-dl4j
Supervised learning approach to Tic Tac Toe. The model learns the correct move for all positions...
rabestro/jetbrains-academy-tic-tac-toe-ai
Everybody remembers this paper-and-pencil game from childhood: Tic-Tac-Toe, also known as...