AbhyudayaSharma/tic-tac-toe
A Tic-Tac-Toe Game with an unbeatable AI
Implements the minimax algorithm with alpha-beta pruning to achieve optimal play, ensuring the AI never loses regardless of opponent strategy. Built in Java with Maven dependency management, featuring a command-line interface for local two-player gameplay. Includes comprehensive unit tests with continuous integration via Travis CI for automated validation.
No commits in the last 6 months.
Stars
28
Forks
1
Language
Java
License
—
Category
Last pushed
Dec 06, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/AbhyudayaSharma/tic-tac-toe"
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...
rabestro/jetbrains-academy-tic-tac-toe-ai
Everybody remembers this paper-and-pencil game from childhood: Tic-Tac-Toe, also known as...
theunwisewolf/AITicTacToe
An AI vs. Human Tic Tac Toe Implementation in Java using MiniMax Algorithm.