Uses of Package
model.game
Packages that use model.game
Package
Description
JavaFX UI layer — all Scene screens and the GameController connecting the View to the Model.
Core game control package containing GameManager, ZoneManager, GameState, and GameEventListener.
-
Classes in model.game used by applicationClassDescriptionInterface that the UI must implement to receive events from GameManager.Central controller for the entire game, managing flow from start to finish.All possible states of the game.
-
Classes in model.game used by model.gameClassDescriptionInterface that the UI must implement to receive events from GameManager.All possible states of the game.Shrinking Zone system.