Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 697 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 697 Bytes

Team Treehouse Project 4

Phrase Hunter - Hangman-style game

This project started with a basic HTML framework and CSS styling and I added the JS logic.

I completely wrote all .js files, as well as custom.css.

Required Features

  • displays random phrase
  • user can choose letter from onscreen keyboard
  • game shows guessed letters in phrase, while showing error letters as orange
  • "life" counter keeps track of missed guesses and "kills" player when they run out
  • letters can only be guessed once

Extra Features

  • in addition to onscreen keyboard, the physical keyboard works as well
  • game has been expanded to 3 rounds.
    • game shows current progress at end of each round