Package com.mg105.use_cases.map
package com.mg105.use_cases.map
-
ClassDescriptionMove the player within a room.An interface that represents a class that moves a character.MapGenerator generates the mapSomething that generates the map.RoomGetter is responsible for getting the state current room.Get attributes about the current room.RoomUpdater updates any components that need updating when the state of the current room changes.RoomUpdaterInterface is the smallest possible interface to be used by anything that changes anything relating to the current map.