The mario world in Scratch
Sorter
mario world
The popular mario world in Scratch
#01 Super Mario 3.0 World v1.5
- 17,540
- 15,851
- 1,052,372
- ©
- 2020.5.6


It's a Super Mario style game, or almost Super Mario. The timing of jumps and character movements are well set up. The movements are simple, just move, jump, and crouch. It's all about timing your jumps and avoiding enemies! Challenge yourself to a time trial to see how fast you can conquer each level and reach the goal.
Key | Control |
Arrow keys left/right ←→ | Move |
Jump | |
Arrow keys down ↓ | Crouch |
X key | Use power-up |
#02 Spin-Jump! Go into pipes! This is Mario World!
- 7,273
- 6,484
- 299,303
- ©
- 2020.4.23

Here’s a super duper high-quality Super Mario game! The creator, BenjaminWins11, is famous for his Mario Maker Scratch game, so how can a Super Mario game from him not be good? Use the space bar to spin-jump while jumping. Use the down arrow key or S key to go into pipes. Ah… this is Mario… so perfectly Mario… (what did you expect? lol)
The platform in level 2 is really difficult. There are so many Thwomps placed around that it almost looks like a Thwomp tower defense game. Thwomps and the bars that fall when you get on them have pincer attacks up their sleeves. Make your way through without getting crushed!
Other games in the series
Super Mario World
Super Mario Bros. 3
#03 Super Mario World (Mobile Compatible) Updated
- 5,439
- 4,747
- 223,979
- ©
- 2020.3.23

How to play
Action | Key |
---|---|
Movement | Arrow keys or WASD |
Fireball | Space bar |
Spin attack | Z key |
Movement | Arrow keys or WASD |
Fireball | Space bar |
Spin attack | Z key |
Movement | Arrow keys or WASD |
Fireball | Space bar |
Spin attack | Z key |
Movement | Arrow keys or WASD |
Fireball | Space bar |
Spin attack | Z key |
Movement | Arrow keys or WASD |
Fireball | Space bar |
Spin attack | Z key |
Movement | Arrow keys or WASD |
Fireball | Space bar |
Spin attack | Z key |
Movement | Arrow keys or WASD |
Fireball | Space bar |
Spin attack | Z key |
Movement | Arrow keys or WASD |
Fireball | Space bar |
Spin attack | Z key |

The camera work implementation in this Scratch project is incredibly clever! The "seamless horizontal scrolling" technique is particularly impressive.
The player character doesn't actually move at all. Instead, all objects like backgrounds and enemies move in the opposite direction based on "Scroll X" and "Scroll Y" variables, creating the illusion that the camera is moving.
The core processing happens in a function called "Scrolling Blocks," where the scroll amount changes based on Mario's position, and all objects reference this. For example, there's a process like "motion_setx | operator_subtract || [Level_X v] || [Scroll X vg]" that calculates relative position by subtracting the current scroll position from an object's actual coordinates.
This allows for creating vast maps while keeping things lightweight since off-screen objects automatically become invisible. It's a pretty brilliant design!
#04 Super Mario World (a masterpiece) Updated
- 2,555
- 2,193
- 166,563
- ©
- 2021.6.6

How to play
Action | Key |
---|---|
Movement | Arrow key |
Jump | Up arrow key |
Spin | Space bar |
Shoot the Fireball | Z key |
Dash | Running at maximum speed for a while |
Enter the stage | Space bar |
Movement | Arrow key |
Jump | Up arrow key |
Spin | Space bar |
Shoot the Fireball | Z key |
Dash | Running at maximum speed for a while |
Enter the stage | Space bar |

This one's incomplete with only Level 1 available! Even so, the quality is amazing... the way the blocks are assembled is so professional that it's a challenge just to figure out how it works. Brad apparently wants someone to remix it and complete it!
By the way, it's incredibly slippery and difficult! Try to see if you can even clear stage 1! I kept falling like crazy lol
Also, I love how the jump and fall costumes are meticulously separated - especially during the fall animation where the hat appears to float, which is a brilliant touch.
Jump | Fall
-----|-----
[image of jumping] | [image of falling]
#05 Super Mario 2D World
- 552
- 532
- 12,759
- ©
- 2022.10.22

How to play
Action | Key |
---|---|
Movement and Jumping | WASD and arrow keys |

This finely crafted Mario World pays close attention to the classic Mario atmosphere, evident in its meticulous design.
If you find this jump pad, try standing on it and keep pressing the W key or the up arrow key. You'll be able to make a high jump.
How troublesome! Mario with a green face has… an axe in his head… What on earth has happened!? Play the game to find out.
If you also have any recommendations, let me know in the comments on my Scratch profile!