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 GameStateGameState.createGameState(WordSet wordSet, int guesses) Creates the singleton instance ofGameStatewith the providedWordSetand starting number of guesses.static GameStateGameState.getGameState()Retrieves the singleton instance ofGameState.