Members
hangman :Hangman
Type:
letters :LettersInterface
Type:
word :Word
Type:
Methods
draw()
Draw the game
isNotReady() → {boolean}
Determines if the game state is usable
Returns:
True if not ready, False otherwise.
- Type
- boolean
isOver() → {boolean}
Determines if the game is over
Returns:
True if over, False otherwise.
- Type
- boolean
pickLetter(letter)
Processes the letter that the player has guessed
Parameters:
Name | Type | Description |
---|---|---|
letter |
string | The guessed letter |
setupGame()
Handles the creation of all the objects needed for the game