An open API service indexing awesome lists of open source software.

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

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

![image](https://github.com/user-attachments/assets/d325d6c4-2036-4526-96a9-f0f55a09474e)
![image](https://github.com/user-attachments/assets/2a1301b9-66bd-4ad7-8cba-31e2346c0bcc)
![image](https://github.com/user-attachments/assets/06e25fc7-9fac-4da0-bf77-df1296c14994)
![image](https://github.com/user-attachments/assets/ca5e2d79-7b93-4f8a-ad2b-d8f4f4e5d34b)
![image](https://github.com/user-attachments/assets/5e9d0d09-804e-4358-9bbe-7765d6741b0c)

## Future Improvements

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