top of page

The Floor Is You

FloorPic.png

Roles: Systems & Level Designer

Focus: Mechanic Teaching, Player Discovery, Failure-Driven Progression

Summary: The Floor Is You is a 2D puzzle-platformer created for a game jam with two constraints: 

the them "The floor is...." and a strict 64x64 resolution limit.

The core mechanic is that the player’s corpse remains in the world after death and becomes a physical platform. Progress requires intentionally failing, then using previous attempts to overcome future obstacles.

Core Mechanic

When the player dies, their body persists in the level as solid terrain.

This allows the player to:

  • ​Stand on previous deaths

  • Climb stacked bodies

  • Create ladders

  • Solve navigation puzzles 

The player's jump height was intentionally turned to the height of exactly one character. A single death enables progression, while multiple deaths allow vertical traversal. 

image.png

Design Goal: Turn failure into a resource rather than a punishment.

Implicit Tutorial

The first jump in the game is intentionally impossible.

  • The player attempts the jump​

  • The player dies

  • The corpse remains

  • The respawned player retries the jump

  • The player lands on their previous body

The mechanic is learned naturally without dialogue, UI, or instructions

This creates a discover moment:

the player understands the core rule by interacting with the system instead of reading about it.

image.png

Design Principle: Players learn mechanics best when the game requires understanding rather than explaining.

Failure as Progression

Traditional platforms punish death.

In this project, death is the primary progression tool.

Every failed attempt permanently changes the level layout.

This produces

  • Iterative problem solving

  • Player ownership of solutions

  • Emotional attachment to attempts

image.png

Players are not retrying a challenge, they are building the solution.

Level & Obstacle Design

Hazards were designed not just to challenge the player, but to allow controlled self elimination so players could place bodies intentionally.

Obstacles

  • Spikes for vertical placement

  • Falling icicles for mid air deaths

  • Projectile cannons for precise positioning

These hazards serve two purposes:

  • Traditional  danger

  • Placement tools for body platforms

image.png

This encourages the player to plan where to fail, not just avoid failure.

Checkpoint System

Because repeated death is required, pacing needed careful control

Checkpoints are represented by torches and distributed regularly throughout the level.

Purpose:

  • Prevent frustration

  • Preserve experimentation

  • Maintain forward momentum

image.png

Without checkpoints, the mechanic would feel punitive instead of strategic.

Design Constraints

The 64x64 resolution restriction forced simple visuals and clear silhouettes.

This unintentionally benefited the mechanic:

  • Corpses remain visually readable

  • Players easily understand collision

  • No visual noise interferes with learning

image.png

The constraint improved mechanical clarity.

Player Learning Outcome

The game demonstrates a full learning cycle:

  • Player fails

  • System reacts

  • Player observes change

  • Player forms hypothesis 

  • Player retries with new understanding

The player is never told the rule, yet reliably discovers it.

Key Takeaways

This project reinforced that good teaching does not rely on tutorials. Clear rules, predictable outcomes, and intentional level design allow players to teach themselves.

Designing around failure as a mechanic showed that punishment systems can be reframed as progression systems when the player's actions meaningfully change the game state. 

bottom of page