This is a Java designed TicTaeToe online game which mainly use AWT GUI design for design.
This is a server sided game , which prevent player cheat by editing memory, but there are bugs that will occur and this game can even play through command-prompt/ terminal.
However this version of the game only allow to play within the same computer, but the server side already support two computer situation, I will release that soon
Java 1.8.0+ ( only tested on mac with Java 1.8.0)
Please make sure localhost:5001 is avaliable
-
cd server folder
-
javac *.java
-
java TicTacToeServer
-
cd client folder
-
javac *.java
-
java TicTacToeServer ( player X )
-
java TicTacToeServer ( player O )