Download Latest Version S_Mario source code.tar.gz (44.4 MB)
Email in envelope

Get an email when there's a new version of S_Mario

Home / 1.0.0
Name Modified Size InfoDownloads / Week
Parent folder
S_Mario_potable.zip 2026-07-07 20.0 MB
SG-setup.exe 2026-07-07 19.7 MB
README.md 2026-07-07 1.2 kB
S_Mario source code.tar.gz 2026-07-07 44.4 MB
S_Mario source code.zip 2026-07-07 44.4 MB
Totals: 5 Items   128.5 MB 0

🛠️ Installation & How to Play

Choose the version that suits you best:

  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:

:::bash
# 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" />
Source: README.md, updated 2026-07-07