Super Mario World is a 1991 Super NES game from Nintendo, catalogued here for 7 defining game mechanics.
Super NES1991Complexity 42/1002D SidePopular
Super Mario World is a 1990 platform game developed and published by Nintendo for the Super Nintendo Entertainment System (SNES). It was released in Japan in 1990, in North America in 1991 and PAL territories in 1992. (via Wikipedia)
The genre Super Mario World helped define
2D platformer. Cape physics, Yoshi, and a branching overworld map set the 16-bit platformer standard.
The game mechanics of Super Mario World
Physics MomentumTraversalPlayer movement uses accumulated velocity that persists between frames; intentional momentum management is a core skill.
Scrolling MovementTraversalWorld scrolls in one or two axes as the player moves or time passes; player exists within an advancing boundary.
Contact DamageCombatTouching an enemy or environmental hazard deals damage to the player without any explicit attack trigger from either party.
Lives SystemResourcePlayer has a finite number of attempts; losing all lives resets progress to a defined point or ends the game.
Permanent PowerupProgressionAcquiring an item or ability permanently increases a player capability that persists through death and save/load.
Hub WorldWorldA central area gives access to multiple discrete sub-areas; progress in sub-areas may alter the hub state.
Linear LevelsWorldWorld consists of discrete stages played in a fixed sequence; stages are self-contained with no backtracking between them.
Each mechanic links to how to build it in Godot, with the retro games that share it.