/rps.socketbased.java

Java Socket Programming Homework for course COM334. Rock / Paper / Scissor Game from Server and Client side transfer.

Primary LanguageJavaMIT LicenseMIT

SocketJavaRPSGame

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

INSTRUCTIONS

Compile Server.java and Client.java seperately. First Run the Server then the Client to play the game from two way Socket.

How To Run -------------------------------------------------------------------------

$ javac Server.java
$ java Server
$ javac Client.java
$ java Client

Screenshot-from-2020-04-13-20-11-36

/-----------------------------------------------------------------------------------------------------------------------

License

MIT FREE