Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 662 Bytes

File metadata and controls

18 lines (14 loc) · 662 Bytes

Tic Tac Toe Game

A fully interactive Tic Tac Toe game built using JavaFX. The game supports two players, maintains a leaderboard, and tracks average time per move.

Features

  • 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.

Prerequisites

  • Java Development Kit (JDK): Version 17 or higher
  • JavaFX: Ensure that JavaFX is correctly configured in your IntelliJ IDEA project.

Setup Instructions

  1. Clone the repository to your local machine.
    git clone <repository-url>