/Hangman

Multi-Player Hangman

Primary LanguagePythonMIT LicenseMIT

Hangman

Hangman is a networked server side terminal application written in python.

How to Run

First startup the server

cd /path/to/Hangman/
python server.py

This will display a server menu like this:


Server admin menu


Now Start up the client like this:

cd /path/to/Hangman/
python client.py

This will display the client menu:


client menu


From here simply follow the prompts and have fun!!!