- A simple hangman game in C++ with a selection of 130 words for the user to guess from. Shell based game using ascii art to display the hangman.
- A counter of how many guesses it takes
- a constantly updated drawing of the hangman for each guess
- a method of entering such that if the user wants to guess the word it is a completely different pathway and if guessed wrong, ends the game
Hangman is a shell and text based game.






