Inspiration

The project is inspired by the idea that stability is temporary. Environmental systems, societies, and opportunities can shrink over time if not sustained. The melting ice arena represents a world where safe space continuously decreases, forcing adaptation and strategic movement.

What it does

Death and Rebirth is a survival-based prototype built around a single ice map. The map gradually melts over time, reducing the playable area. Players must keep moving and adapt to the shrinking environment. If a player stands on a tile that has melted, they are eliminated. The core mechanic simulates increasing pressure within a constrained space.

How we built it

The project was developed using the Godot Engine with GDScript.

Core components include:

  • A TileMap-based arena representing the ice surface
  • A time-driven melting system that removes tiles dynamically
  • Player movement and collision handling
  • Real-time checks to detect when a player stands on a removed tile

The melting logic progressively removes tiles either randomly or from outer regions, creating a shrinking survival zone.

Challenges we ran into

  • Managing dynamic tile removal without breaking collision detection
  • Designing a melting system that feels controlled rather than chaotic
  • Balancing melt speed to maintain gameplay tension
  • Ensuring the shrinking logic works consistently across the entire map

Accomplishments that we're proud of

  • Successfully implementing a dynamic shrinking map system
  • Creating a working survival loop with minimal but functional mechanics
  • Designing a clear symbolic connection between gameplay and theme
  • Delivering a stable technical demo within limited development time

What we learned

  • Structuring a scalable game architecture in Godot
  • Implementing time-based world state changes
  • Handling real-time tile updates efficiently
  • Designing mechanics that communicate thematic meaning through gameplay

What's next for Death and Rebirth

This version is a technical prototype focused on validating the melting-world mechanic. Future development could include:

  • Multiplayer support
  • More structured shrinking phases
  • Additional survival mechanics
  • Environmental storytelling elements
  • Visual and audio feedback improvements

The next step is expanding the prototype into a more complete survival experience built on the existing melting system.

Built With

  • battle
  • built-in
  • dynamic
  • godot
  • input
  • map
  • movement
  • physics
  • system
  • tilemap-based
  • update
  • world
Share this project:

Updates