A simple yet intelligent Tic Tac Toe game built in Java using Swing for GUI and Minimax algorithm for unbeatable AI. This is my first full personal project! The AI uses the classic Minimax algorithm — ...
GitHub

Java Swing Tic-Tac-Toe

A classic desktop Tic-Tac-Toe game built with Java, featuring a graphical user interface created using the Swing and AWT libraries. This project serves as a great example for beginners learning GUI ...