Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 490 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 490 Bytes

Hangman

Cake or Pie?

A classic hangman game created from vanilla JavaScript, HTML, CSS. An exercise in using key events to listen and respond to user input. The word to guess is represented by a row of dashes, giving the number of letters.

Game displays and updates the number of wins in the current session as well as guesses remaining.

Start the game by pressing the space bar. Give up? Hit the "Give Up" button.

Play now!