Write a program that plays a game of Hangman with the user, keeping a running tally of wins and losses
- Ask the user if they would like to play
- Read a list of words or phrases from a file to use
- Pick one randomly for the user to guess
- Ask the user to pick a letter
- Update the output and/or hangman appropriately
- Finish the game with the user
- Print out the current standings
- Ask the user if they'd like to play again