trt77/TicTacToe-AI
The game uses Minimax algorithm with Alpha-Beta Pruning to make AI-assisted moves. It's a variation of a TicTacToe game on a 4x4 board, where both players use 'X' to make their moves and the first one to draw a full line of 'X' loses. Grade: 5.0/5
No commits in the last 6 months.
Stars
2
Forks
—
Language
Java
License
—
Category
Last pushed
Apr 10, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/trt77/TicTacToe-AI"
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...
theunwisewolf/AITicTacToe
An AI vs. Human Tic Tac Toe Implementation in Java using MiniMax Algorithm.