Class: GameControl

GameControl()

GameControl (name)

Constructor

new GameControl()

Constructs a new instance of GameControl
Source:

Members

hangman :Hangman

Type:
Source:

letters :LettersInterface

Type:
Source:

word :Word

Type:
Source:

Methods

draw()

Draw the game
Source:

isNotReady() → {boolean}

Determines if the game state is usable
Source:
Returns:
True if not ready, False otherwise.
Type
boolean

isOver() → {boolean}

Determines if the game is over
Source:
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
Source:

setupGame()

Handles the creation of all the objects needed for the game
Source:

Documentation generated by JSDoc 3.6.3 on Sat Aug 05 2023 20:47:13 GMT+0100 (BST)