rmodi6/TicTacToe-with-AI
Tic Tac Toe game in both python and java with Artificial Intelligence for second player using alpha-beta pruning for MiniMax algorithm.
Stars
1
Forks
2
Language
Java
License
Apache-2.0
Category
Last pushed
Feb 23, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/rmodi6/TicTacToe-with-AI"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
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...
rabestro/jetbrains-academy-tic-tac-toe-ai
Everybody remembers this paper-and-pencil game from childhood: Tic-Tac-Toe, also known as...
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.