- Tic-Tac-Toe game using javafx
- the game allow the player to play in single mode with difficulty level.
- The game allow two players either to play locally on the same machine or on two different machines via network.
- The game give the user an option to record the game and store it for replay later.
- import xo.sql to mysql database from the database schema folder
- run Conf.java class which are inside the DatabaseServer folder to start listen on the connection to database
- run NewServer.java class which are inside the ServerPlayers folder to start listen on the player that want to playing via network
- run EntryPoint.java which are inside the PlayerClients folder lass to open the game