Hangman is a networked server side terminal application written in python.
First startup the server
cd /path/to/Hangman/ python server.py
This will display a server menu like this:
Now Start up the client like this:
cd /path/to/Hangman/ python client.py
This will display the client menu:
From here simply follow the prompts and have fun!!!