๐ฎ Overview: This is a simple JavaFX implementation of the classic Tic-Tac-Toe game.
โ๏ธ How to Run: Compile and run the TicTacToe.java
file. Ensure Java is installed.
๐ข Gameplay: Players take turns marking spaces in a 3x3 grid. Win by forming a line of your symbol ('X' or 'O').
๐ฅ Features:
- Customizable player names.
- Responsive UI.
- Win and draw detection.
- Option to play again or exit.
๐ ๏ธ Development: Developed using JavaFX. Compatible with Java 8+.