Package com.csse3200.game.services
package com.csse3200.game.services
-
ClassDescriptionService to allow entities to be placed after game initilisation Code is a modified version of StructurePlacementServic written by team 7 Kept Seperate due to differences in implementation and functionalityRepresents the current state of the game whilst ensuring thread safety.Callback interface to be implemented by classes interested in receiving notifications about state changes.A utility interaction class to manage and modify game stateThe global game state observer class (EventHandler) that allows components to interface with the stored game state data using event calls and triggers.Controls the game timeResponsible for travel between planets and stored the number of planets remainingService for loading resources, e.g.A simplified implementation of the Service Locator pattern: https://martinfowler.com/articles/injection.html#UsingAServiceLocator