Skip to content

Filippo2903/super-b

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Super B

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.

Features

  • 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.

Installation

  1. Download and Install Godot: Ensure you have the latest version of the Godot Engine installed.
  2. Clone or Extract the Project:
    git clone https://github.com/Filippo2903/super-b   
    Or manually extract the ZIP file if downloaded separately.
  3. Open in Godot:
    • Launch Godot.
    • Click on Import Project.
    • Navigate to the project folder and select the .godot project file.

Running the Game

  1. Open the project in Godot.
  2. Press the Play button to start the game.
  3. Choose a level and enjoy!

Folder Structure

/
├── 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors