-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Niklasskjold edited this page Oct 28, 2018
·
8 revisions
The communication protocol for this application is TCP.
How to download:
- Download both client and server from their respective repositories on GitHub.
- The files that can run are Client.java and Server.java
- Note that colours does not work in Windows terminals.
Instructions on how to navigate the application:
- Open up the server, then open up the client on a different pc or workspace in Eclipse
- Run the server and tell your friends to open up the client
- Note the IP Adress and Port Number from the output in the console of the server and tell your friends to write the same IP Adress and Port Number in the client
- Run the client and follow the client instructions from the console
- From the client, type /help to get a list of commands. (/hangman will start the hangman game)
- You can chat with the other connected clients.