Labyrinth Wiki


Levels Entities Mechanics

Level 2 - Pipe Tunnels

Description Screenshot of level

Image of level 2

Level 2 consists of long tunnels with
a multitude of pipes running along
the edges of the the tunnel system.
Items
  • Almond water : 10 / (100 * tX * tY)
  • Canned Food : 5 / (100 * tX * tY)
  • Flashlight : 1 / (100 * tX * tY)
Entities
Generation
Custom generation:
  • For n in 0 to total iterations div ((tX + tY) div 2)
    Pick Random Direction (LRUD)
    When L/R: Clear Between 1 to tX * tY Left/Right
    When U/D: Clear Between 1 to tY * tY Up/Down
Style
  • Dynamic Connected Corridors
  • Clear tiles with 3+ edges

[Level 1] .. [Level 2] .. [Level 3]