Uses of Class
rea.components.GameMap
Packages that use GameMap
Package
Description
The features of a particular kind of game.
Actual gameplay classes for a couple of game examples.
The types directly related to playing a game.
-
Uses of GameMap in rea.gameplay
Methods in rea.gameplay that return GameMapMethods in rea.gameplay with parameters of type GameMapModifier and TypeMethodDescriptionboolean
Gameplay.gamedEnded
(GameMap gameMap) Check if the game has ended. -
Uses of GameMap in rea.gameplay.games
Methods in rea.gameplay.games that return GameMapMethods in rea.gameplay.games with parameters of type GameMapModifier and TypeMethodDescriptionboolean
EasterEggRace.gamedEnded
(GameMap gameMap) Game ends when there are no more eggs to collectboolean
TreasureHunt.gamedEnded
(GameMap gameMap) Game ends when there is a passage (house with open door) and there are no items left (tresure was collected). -
Uses of GameMap in rea.gaming
Methods in rea.gaming that return GameMapModifier and TypeMethodDescriptionGameInstance.getGameMap()
The game map used by this game instance.