Java-based GUI Tic Tac Toe game with:
- ✅ AI and 2-Player Modes
- ✅ MySQL integration to track players, stats, and match history
- ✅ Custom Swing-based user interface
- Clone this repo
- Set up MySQL using
Mysql qureies.sql
- Configure your DB username/password in
DBHandler.java
- Compile and run
Main.java
- Java SE 21+
- JDBC
- MySQL