Welcome to Tic Tac Toe Game Classes needed to run the application: Server.java Client.java Frame.java CommunicationObject.java T3Controller.java Steps to run the application Download or clone the repository. Compile all the classes. Locate the download folder on your computer in command promt. Use the following command. $terminal> Javac *.java Run Server.java. Use the following command. $terminal> java Server Next, Run Client.java. Use Following command. $terminal> java Client That's it. Now both the playerss can play the game. At the end, one can close the application by closing down both the GUI windows.