Package application
package application
JavaFX UI layer — all Scene screens and the GameController connecting the View to the Model.
-
ClassesClassDescriptionBattle phase screen displaying sprites for both sides, HP bars, and action buttons.Map phase screen displaying the 11x11 grid along with HP bars for both players and an inventory panel on each side.Character selection screen for both players.Mediator between the Model (GameManager) and the View (Scenes).Game Over screen displaying the winner and loser with animations.Application entry point.Main menu screen shown at game start.