Package com.treasure.hunt.game
This package contains game logic.
-
Class Summary Class Description GameEngine This is the engine which runs a simulation of a treasure hunt.GameManager The GameManager stores everyTurn
-objects, happened in the game, the binds the views to update them for every move and runs the GameEngine step for step.Turn A turn contains every essential data, produced in each game turn.