- Pick word from a hard coded list
- Get user input
- Check if letter is in word
- Decrement lives if not
- Update guess with letters found
- Check if lives used up
- Check if winning
- don't decrement if letter is already in the list - warn the player
- Read words in from a file
- Terminal display of hangman
- Output using a graphics engine