Sorter
exit 8 platformer
“Exit 8 Platformer” is an action game inspired by Exit 8! It cleverly uses the strange occurrences as obstacles, turning them into a fun and interesting experience. Check it out!
#01 Platform 8 Exit Updated
- 1,013
- 983
- 72,055
- ©
- 2023.12.26

How to play
Action | Key |
---|---|
Left and right shifts (esp. in historical kana) | A key or LEFT key, D key or RIGHT key |
Jump | W key or UP key |
Movement | Click to the left or right of the player while holding down the mouse |
Jump | Click above the player while holding down the mouse |

The most fascinating aspect of this Scratch game is how it combines player movement with ground detection! The player moves using X and Y variables, with X multiplied by 0.93 each frame to create natural deceleration - that's the key to smooth movement.
But the real genius is in the ground detection system! When touching the ground, it pushes the player upward in 5 stages, then resets velocity if still in contact. This allows precise standing on complex terrain.
The jump mechanics also give different initial velocities based on left/right movement direction, creating that satisfying control feel. These subtle touches are what make a platformer feel "just right"!
