Skip to content

S_Mario

Latest

Choose a tag to compare

@s07114587-ops s07114587-ops released this 07 Jul 06:18
a67ee01

🛠️ Installation & How to Play

Choose the version that suits you best:

Option 1: Quick Install (Recommended for General Players)

  1. Go to the Releases section on the right.
  2. Download the latest S_Mario_Setup.exe.
  3. Run the premium Zircon UI installer and launch the game from your desktop shortcut!

Option 2: Portable Version (No Installation Required)

  1. Download the S_Mario_Portable.zip from the Releases.
  2. Extract (unzip) the folder anywhere on your PC.
  3. Double-click S_Merio.exe inside the folder to start playing instantly!

Option 3: Run from Source / Raw Files (For Developers)

If you want to modify or run the raw Python source code, make sure you have Python 3.14+ and Pygame-ce installed:

# Clone the repository
git clone [https://github.com/YOUR_GITHUB_USERNAME/s-mario.git](https://github.com/YOUR_GITHUB_USERNAME/s-mario.git)

# Go into the project directory
cd "s-mario"

# Install dependencies
pip install pygame-ce

# Run the game using raw files
python S_Merio.py
<img width="1366" height="768" alt="image" src="https://github.com/user-attachments/assets/f5970c4d-0046-49ca-91a2-1880ae2f22f8" />