Tic-Tac-Toe Game

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

Demo for the Game

Screenshots

login playing-newtwork-wait History Game
Network Gaming
losing - win game

How To Use

  1. import xo.sql to mysql database from the database schema folder
  2. run Conf.java class which are inside the DatabaseServer folder to start listen on the connection to database
  3. run NewServer.java class which are inside the ServerPlayers folder to start listen on the player that want to playing via network
  4. run EntryPoint.java which are inside the PlayerClients folder lass to open the game