Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 471 Bytes

Hangman.md

File metadata and controls

14 lines (11 loc) · 471 Bytes

Hangman excercise

Write a program that plays a game of Hangman with the user, keeping a running tally of wins and losses

Steps

  1. Ask the user if they would like to play
  2. Read a list of words or phrases from a file to use
  3. Pick one randomly for the user to guess
  4. Ask the user to pick a letter
  5. Update the output and/or hangman appropriately
  6. Finish the game with the user
  7. Print out the current standings
  8. Ask the user if they'd like to play again