This repository contains a Java implementation of the classic Tic-Tac-Toe game using a graphical user interface (GUI).
- Graphical user interface with a grid layout for the game board.
- Supports two players: X and O.
- Players take turns to make a move by clicking on an empty cell on the game board.
- The game automatically detects a win or a draw and displays the result.
- Provides an option to reset the game
- Resets the game-board automatically after a draw match
- Building Logic against computer
- Will add dialogue box at the click on exit button
- Will add score board for continuous playing