technophile81 / word-guess-game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About


Languages

Language:JavaScript 67.4%Language:HTML 17.2%Language:CSS 15.4%