Package model.game


package model.game
Core game control package containing GameManager, ZoneManager, GameState, and GameEventListener.
  • Class
    Description
    Interface 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.
    Shrinking Zone system.