Java Socket Programming Homework for course COM334. Rock / Paper / Scissor Game from Server and Client side transfer.
Currently main branch : master.
The Comments and the main concept is a educational and open for everyone with best of my efforts.
Extention that I used on VsCode for the commenting is: Anchor Comments. /-----------------------------------------------------------------------------------------------------------------------
Compile Server.java and Client.java seperately. First Run the Server then the Client to play the game from two way Socket.
$ javac Server.java
$ java Server
$ javac Client.java
$ java Client
/-----------------------------------------------------------------------------------------------------------------------
MIT FREE