hoangsonww/Tic-Tac-Toe-AI-Game
🎲 This project showcases an interactive Tic-Tac-Toe experience, enhanced by sophisticated artificial intelligence. Developed from the ground up, the game features intricate algorithms designed to challenge and engage players at every level.
Implements dual versions—a console-based two-player mode and a JavaFX GUI with AI opponent that visualizes winning lines. The AI opponent uses game-tree evaluation algorithms to determine optimal moves against human players. Built in Java with JavaFX for UI rendering, requiring JDK 11+ and modular JavaFX SDK configuration for desktop deployment.
No commits in the last 6 months.
Stars
10
Forks
6
Language
Java
License
—
Category
Last pushed
Apr 25, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/hoangsonww/Tic-Tac-Toe-AI-Game"
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.