Uses of Class
com.slinky.hackmaster.model.GameState
Packages that use GameState
-
Uses of GameState in com.slinky.hackmaster.model
Methods in com.slinky.hackmaster.model that return GameStateModifier and TypeMethodDescriptionstatic GameState
GameState.createGameState
(WordSet wordSet, int guesses) Creates the singleton instance ofGameState
with the providedWordSet
and starting number of guesses.static GameState
GameState.getGameState()
Retrieves the singleton instance ofGameState
.