Super-B is a platformer project inspired by classic Super Mario-style gameplay. It features two levels filled with obstacles, enemies, and power-ups, culminating in a challenging boss fight at the end.
- Player Mechanics: Movement, shooting, power-ups.
- Enemies: Various enemy types including Doomba and Flying Doomba.
- Boss Fight: Dedicated boss fight system.
- UI System: Menus, player HUD, pause functionality.
- Levels: Level-based progression with tilemap-based environments.
- Download and Install Godot: Ensure you have the latest version of the Godot Engine installed.
- Clone or Extract the Project:
Or manually extract the ZIP file if downloaded separately.
git clone https://github.com/Filippo2903/super-b
- Open in Godot:
- Launch Godot.
- Click on Import Project.
- Navigate to the project folder and select the
.godotproject file.
- Open the project in Godot.
- Press the Play button to start the game.
- Choose a level and enjoy!
/
├── super-b-main/
│ ├── .godot/ # Godot engine specific settings
│ ├── assets/ # Game assets like images and textures
│ ├── audio/ # Sound files
│ ├── scenes/ # Scene files for the game
│ ├── scripts/ # Game scripts and logic
│ ├── README.md # Project README file
│ ├── TitleSet.tres # Tile set resource file
│ ├── default_env.tres # Default environment settings
│ ├── options.cfg # Settings save file
│ └── project.godot # Main Godot project file