From Test-Scratch-Wiki
A platformer or platform game is a video game genre characterized by jumping to and from suspended platforms or over obstacles.[1] Platformers often have themes, for example, the popular platformer Don't Look Back does not allow you to move backwards. Many Scratchers have difficulty creating realistic platformers due to the complex mathematical programming and trigonometry involved.[2]
Scrolling Platformers
Platformers can have scrolling for the smooth transition between locations as if the camera is following the player.
Examples
- More Than Just a Platformer Game
- Bounce
- Scrolling Platformer Game Template
- Mario Scroller
- Blob 4
- Pixel
Static Platformers
Platformer levels can also be non-scrolling. The action of contacting the edge of the screen or reaching a goal triggers a transition to the next location. Static Platformers may be easier to code for some users due to the nature of them not requiring extra code to create the scroll effect.
Examples
- Auralyst
- Walk the line
- Cube World
- A Portal Remake
- The Longest Platformer Ever!
- A platformer template for creating your own.
- Platformer Tutorial v0.12
- Journey to Hope