<%@ Title="Hangman Game" %>

Hangman Game

This is the game of Hangman. You must guess a word, a letter at a time. If you make too many mistakes, you lose the game!

Please make a guess

<%= $this->Page->GuessWord %>

You have made <%=$this->Page->Misses %> bad guesses out of a maximum of <%= $this->Page->Level %>.

Guess:

You Win!

The word was: <%= $this->Page->Word %>.

You Lose!

The word was: <%= $this->Page->Word %>.