Hangman Demo

by Natalie H

Description

I created a canvas-based hangman game. The game reads in a dictionary of 60,000+ English words, limits its selection to words that are at least 5 letters long, and then randomly chooses a word to serve as the clue. The user can guess one letter at a time, and letters will either fill into the word or start to animate the hangman image. Once the user wins or loses, the game asks if the user would like to play again.