Class ParkourWarrior
java.lang.Object
net.vincent.parkourwarrior.ParkourWarrior
The entry point for the Parkour Warrior game.
This class initializes the game window, sets up the main game panel,
and starts the game thread. It uses Swing to create a fixed-size window
and embeds the ParkourMain component, which handles game logic and
rendering.
- Since:
- v1.0
-
Method Summary
-
Method Details
-
main
Launches the Parkour Warrior game.This method creates the main application window, attaches the game panel, sets the window icon, and starts the game thread.
- Parameters:
args- command-line arguments (not used)
-