JoniWeiss / TIY-WK02-hangman

Week 2 JavaScript Assignment - A game of Hangman.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wk-02-project

Week 2 JS project - Create game of Hangman.

You know the word-guessing game hangman? Well that's what you'll be building with this assignment.

Basically, it works like this:

  • The app starts by choosing a random word
  • The player can guess a single letter at a time
  • The player has a fixed number of turns in which to guess all of the letters in the word
  • The app should indicate when the player has won or lost

About

Week 2 JavaScript Assignment - A game of Hangman.


Languages

Language:JavaScript 67.1%Language:CSS 20.4%Language:HTML 12.5%