Class ParkourWarrior

java.lang.Object
net.vincent.parkourwarrior.ParkourWarrior

public class ParkourWarrior extends Object
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 Details

    • main

      public static void main(String[] args)
      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)