This is a simple 3-player Tic-Tac-Toe game built using Java GUI.
-Playable by 3 players.
-User Friendly,interactive interface.
-Determines the after winner every round,store scores for each player.
-Reset game by using reset button to play the game again and again.
1.Clone the repository: git clone
https://github.com/Alcom01/TicTacToeFor3Players.git
2.Open the Project in any IDE(Eclipse,IntelliJ,VS Code etc.)
3.Run the main
file.