Skip to content

tic-tac-toe is a Java-based GUI application offering both AI and local two-player modes, complete with MySQL integration to store player profiles, game statistics, and match history. It features a custom-designed Swing interface for smooth gameplay. Developed using Java SE 21+ and JDBC, the app enables seamless gameplay and data persistence through

Notifications You must be signed in to change notification settings

Nihith303/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe Game 🎮

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

Run Instructions

  1. Clone this repo
  2. Set up MySQL using Mysql qureies.sql
  3. Configure your DB username/password in DBHandler.java
  4. Compile and run Main.java

Technologies Used

  • Java SE 21+
  • JDBC
  • MySQL

About

tic-tac-toe is a Java-based GUI application offering both AI and local two-player modes, complete with MySQL integration to store player profiles, game statistics, and match history. It features a custom-designed Swing interface for smooth gameplay. Developed using Java SE 21+ and JDBC, the app enables seamless gameplay and data persistence through

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages