Package javatro.manager
package javatro.manager
The
manager package contains the core game management and command execution logic. It
follows the Command design pattern to handle various user actions and game state changes.
This package is responsible for managing game flow, handling user commands, and coordinating between the game model and the user interface.
-
ClassesClassDescriptionThe
JavatroManagerclass serves as the main controller (manager) of the game, coordinating interactions between the model (JavatroCore) and the view (display).