11 handpicked Scratch athletic cube | Scratch projects

Sorter

athletic cube

The popular athletic cube in Scratch

#01 Platformer! Athletic Adventure  

1,246
1,196
373,300
©
2021.8.3
Summary of Taiki77’s scratch game description Summary of Taiki77’s scratch game description

Use the arrow keys to control the character. Check out the sequel for more fun.

Minecraft Platformer
4539
4023
210189

Minecraft Platformer

by zon_pigu

#03 Pokémon-Style Platformer Updated

1,455
1,432
175,448
©
2022.11.21
Summary of sgihyt781’s scratch game description Summary of sgihyt781’s scratch game description

How to Play:
Use WASD keys, arrow keys, or tap to move. Touch the PINK block to start a battle; stages are limited, but more scenes will appear as you progress. Avoid pressing keys or tapping when the scene changes too much to prevent bugs. For battle tips, press the "Explain" button before starting.

SUPER MARIO PLATFORMER
1337
1202
106591

SUPER MARIO PLATFORMER

by -MIKU-MIDA-

#05 Christmas Platformer Updated

1,624
1,465
77,816
©
2023.12.17

How to play

Action Key
Movement LEFTRIGHT key or tap
Jump UP key or tap
Use of rainbow-colored costumes Tap hearts and stars
Summary of akstnhmyrw1’s scratch game description Summary of akstnhmyrw1’s scratch game description

This Scratch game is a gorgeous platformer that combines multiple unique features! What's particularly fascinating is the gravity and jump mechanics. You move left and right with arrows or taps, while smooth physics calculations create fluid movement. The friction system that reduces speed by multiplying the velocity variable by 0.9 is absolutely brilliant!

The jump function triggers with the up arrow or tap, using a clever continuous "touching" detection method for ground collision. This allows seamless movement even on angled terrain.

Plus, it cleverly uses variables and message broadcasting for rainbow skin changes, stage management, and present delivery detection. The snow effects created with clones look absolutely stunning too!

#06 Square Mario Updated

2,590
2,178
55,378
©
2020.5.7

How to play

Action Key
Move left left arrow key
Move to the right Right arrow key
Firing space bar
Summary of UltraCoolGames’s scratch game description Summary of UltraCoolGames’s scratch game description

This Scratch game "MarioCube" has an incredibly cool wall-jump feature! When the player touches a wall and hits the jump button, they bounce off in the opposite direction with a satisfying kick. The mechanics work by detecting both "wall contact" and "jump key press" simultaneously, then setting the X velocity to a large value in the reverse direction. What's really slick is how they use clones to create a trail effect that makes the movement pop visually! The death system is thoughtfully designed too - if you die 5 times on a tough level, a skip button appears as a mercy feature. It keeps that Mario-esque vibe while cleverly leveraging the cube character's unique properties to create something fresh and engaging.

About this Scratch Game

Author
UltraCoolGames
Related
-
Review Date
2024.8.6
Slime Platformer
2276
1848
51069

Slime Platformer

by Polish_Leming

#08 Mario World? Platformer!

324
325
48,517
©
2022.9.20
Summary of superakui’s scratch game description Summary of superakui’s scratch game description

Instructions  
Press the Up key to jump, Down key to crouch, and Left and Right keys to move. Wall kicks are not available here.  
Music by SUMMER_TRIANGLE, courtesy of @kokyumaguro

About this Scratch Game

Author
superakui
Related
-
Review Date
2024.4.19

#09 10-second Surprises! [Platformer] Updated

426
416
17,998
©
2023.9.8
Summary of akstnhmyrw1’s scratch game description Summary of akstnhmyrw1’s scratch game description

Controls:  
Move - Use arrow keys or tap  
About the Project:  
This platformer game changes every 10 seconds, keeping players on their toes! The fastest completion time recorded is 23 seconds.
Created on: 2023/09/09  
Development Time: About 3 hours  
Notes & Credits:  
This game was widely shared, thanks to supporters! Special thanks to @mikankundazo for the base code, @YY-H for ground design and background, and other contributors for sound and effects.

#10 three world platformer - a collaboration with @hiron0413! Updated

635
579
16,613
©
2020.7.21
Summary of karikunn’s scratch game description Summary of karikunn’s scratch game description

Explore three exciting platform worlds!  
- Use A, D or ←, → keys to move  
- Use W or to jump  
- Space restarts the stage  
Report any bugs in the comments section.  
Credits to many Scratch creators for help and assets.

#11 Made a square athletic course with 1S1S Updated

29
21
539
©
2024.4.26

How to play

Action Key
Movement Arrow or WASD keys or tap
Jump Up arrow key or W key or tap
Summary of Eikyu-x’s scratch game description Summary of Eikyu-x’s scratch game description

What's amazing about this Scratch project is the real-time synchronization system that lets people worldwide play together! It uses cloud variables to share each player's coordinates every second. The clever part is how it converts player states and positions into coded strings for transmission - that's how you can see other players moving around.

The coordinate data gets updated regularly, and there's even a system to detect who's online. Since it processes players by number, up to 10 people can play simultaneously. Plus, there's a hidden feature where tapping around the view count eye icon displays the usernames of active players. It's incredible how they built such a sophisticated sync system into what looks like a simple game!