https://github.com/prasham9114/super-marco
Super Marco is a classic Super Mario-inspired platformer featuring a single, action-packed level, a fun and nostalgic challenge for platformer fans
https://github.com/prasham9114/super-marco
csharp prefabs unity unity2d
Last synced: about 1 month ago
JSON representation
Super Marco is a classic Super Mario-inspired platformer featuring a single, action-packed level, a fun and nostalgic challenge for platformer fans
- Host: GitHub
- URL: https://github.com/prasham9114/super-marco
- Owner: prasham9114
- Created: 2025-02-11T14:43:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-11T15:04:07.000Z (over 1 year ago)
- Last Synced: 2025-02-11T16:22:50.780Z (over 1 year ago)
- Topics: csharp, prefabs, unity, unity2d
- Language: C#
- Homepage:
- Size: 15.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Super Marco
Super Marco is a 2D platformer game inspired by Super Mario. It features a single level with separate scenes for the menu, game over, and game won screens. Players navigate through obstacles, defeat enemies, and reach the goal to win the game.
## Features
- **Classic Platformer Mechanics** – Jump, run, and avoid obstacles.
- **Single-Level Gameplay** – A complete level designed for an engaging experience.
- **Game Scenes** – Includes:
- Main Menu
- Game Level
- Game Over Screen
- Game Won Screen
- **Simple and Fun Visuals** – Retro-style design and smooth animations.
## Technologies Used
- **Game Engine:** Unity
- **Programming Language:** C#
- **Graphics:** Custom or asset-based 2D sprites
## Installation & Setup
1. Clone this repository:
```sh
git clone https://github.com/yourusername/Super-Marco.git
```
2. Open the project in **Unity** (recommended version 2021 or later).
3. Press **Play** in the Unity Editor to start the game.
## How to Play
- **Move Left/Right:** Arrow keys (`←` / `→`) or `A` / `D`
- **Jump:** Spacebar
- **Defeat Enemies:** Jump on them
- **Reach the Goal:** Complete the level to win
## Screenshots





## Future Improvements
- More levels with increasing difficulty.
- Additional power-ups and abilities.
- Improved enemy AI and animations.