wannesm/dotsandboxes
Javascript Dots-and-Boxes application with support for game-playing agents.
This is a web-based game for playing Dots and Boxes, allowing you to play against other humans, against a computer opponent, or even pit two computer opponents against each other. It takes player moves or agent instructions as input and outputs the current game state and scores. It's designed for machine learning students or researchers who want to develop and test game-playing AI.
No commits in the last 6 months.
Use this if you are developing or testing AI agents for the game of Dots and Boxes and need a clear interface to interact with your agent.
Not ideal if you're just looking for a casual game of Dots and Boxes without the need to integrate or test AI.
Stars
23
Forks
5
Language
JavaScript
License
—
Category
Last pushed
May 10, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/wannesm/dotsandboxes"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
ernestoyaquello/TwoPlayerZeroSumGameEngine
Basic AI engine written in C# that implements the alpha–beta pruning algorithm to create...
Jelmerro/fox-and-hounds-ai
Researching Minimax AI for the Fox and Hounds board game
martin226/tic-tac-toe-ai
🤖A Tic-Tac-Toe solver that uses the minimax algorithm and alpha-beta pruning to make it unbeatable
SadeghHayeri/Nine-Men-s-Morris
CA4 for Artificial intelligence student! (TA) + with python and C++ interface
nimaps/nine-men-morris
Nine Men Morris board game in javascript - AI implemented using minimax algorithm + alpha-beta pruning