Uses of Class
com.bdtripp.hauntedhouse.api.GameResponse
Packages that use GameResponse
-
Uses of GameResponse in com.bdtripp.hauntedhouse.controller
Methods in com.bdtripp.hauntedhouse.controller that return GameResponseModifier and TypeMethodDescriptionGameController.executeCommand(GameRequest request) Executes a player command within the current game session.GameController.start()Starts a new game session. -
Uses of GameResponse in com.bdtripp.hauntedhouse.service
Methods in com.bdtripp.hauntedhouse.service that return GameResponseModifier and TypeMethodDescriptionGameService.execute(GameRequest request) Processes a player command and returns the resulting game output and status.GameService.startGame()Starts a new game session and returns the initial response.