tkoppop/TicTacToe
TicTacToe game. Java Script live at https://tkoppopttt.000webhostapp.com/. Java version features an undefeatable AI.
No commits in the last 6 months.
Stars
2
Forks
—
Language
Java
License
—
Category
Last pushed
Jun 14, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/tkoppop/TicTacToe"
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
wannesm/dotsandboxes
Javascript Dots-and-Boxes application with support for game-playing agents.
martin226/tic-tac-toe-ai
🤖A Tic-Tac-Toe solver that uses the minimax algorithm and alpha-beta pruning to make it unbeatable
nimaps/nine-men-morris
Nine Men Morris board game in javascript - AI implemented using minimax algorithm + alpha-beta pruning