kimchikimchi / Word-Guess-Game

Week 3 Homework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Word-Guess-Game

Week 3 Homework

  • The main page (index.html) displays basic header graphic and text based instruction.

  • Predefined words are chosen which are the 80's musician band names.

  • The name will be selected upon page loading and displayed in underscores. If there is a space in the name, it will be shown as dash ('-').

  • User gets 10 guesses each game.

  • If the guess is correct, the matching letter(s) will be displayed.

  • If the guess is wrong, the wrong guess is shown and user loses a retry.

  • When all retries are exhauted, you lose the game. Game restarts

  • When the user guesses all letters, you will the game. Game restarts.

About

Week 3 Homework


Languages

Language:JavaScript 67.4%Language:HTML 29.9%Language:CSS 2.7%