A 3D Mario-style game built using Unity 2021.3.13f1 as the final project for a window programming course. This project was developed by a team of three students and features core gameplay inspired by the classic Super Mario platformers.
This game recreates a Super Mario 3D platformer experience, complete with collectible coins, enemies, moving platforms, and level completion goals. Players control Mario to run, jump, and interact with the vibrant environment.
- Third-person character control
- Interactive 3D environment with obstacles and moving platforms
- Coin collection and win condition
- Enemy interaction
- Sound effects and background music
We used the open-source Mario assets provided by Hello Fangaming:
https://hellofangaming.github.io/HelloMarioAssets
Watch the full gameplay demo here:
- Clone the repository:
git clone https://github.com/timchen1015/Super-Mario.git
- Open the project in Unity 2021.3.13f1
- Navigate to File > Build Settings
- Select your target platform (Windows/Mac/Linux)
- Click "Build" and choose an output directory
- After building, launch the executable file to start playing
- Download the latest release from the Releases page
- Extract the ZIP file
- Run "Super Mario.exe" to start the game

