A fully interactive Tic Tac Toe game built using JavaFX. The game supports two players, maintains a leaderboard, and tracks average time per move.
- Interactive GUI for Tic Tac Toe gameplay.
- Player leaderboard with win/loss statistics and average time per move.
- Dynamic game timer for each player's turn.
- Persistent player data storage and retrieval.
- Java Development Kit (JDK): Version 17 or higher
- JavaFX: Ensure that JavaFX is correctly configured in your IntelliJ IDEA project.
- Clone the repository to your local machine.
git clone <repository-url>