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 — ...
A classic Tic Tac Toe game implemented in Java with a polished SWT GUI interface. This project demonstrates object-oriented programming principles and GUI development with Eclipse's Standard Widget ...