Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 676 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 676 Bytes

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

  1. Download or clone the repository.
  2. Compile all the classes. Locate the download folder on your computer in command promt. Use the following command.
    • $terminal> Javac *.java
  3. Run Server.java. Use the following command.
    • $terminal> java Server
  4. Next, Run Client.java. Use Following command.
    • $terminal> java Client
  5. 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.