🎮 Fast Tiles

How to Play

Press the arrow keys (↑ ↓ ← →) that match the direction shown on each tile to progress through the level. Reach the end tile to complete the level!

Tile Modifiers

Some tiles have colored modifiers that change the gameplay:

📖 How to Create a Genom

Structure

Each tile is defined by a sequence of characters ending with 0:

Tile Types

Modifiers

Positioning Rules

Example: RhR0DccU0ER0

  1. R → Create Right tile
  2. h → Mark it as hidden
  3. R → Set next position to the right
  4. 0Commit: Hidden Right tile at (0, 0), next tile will spawn at (100, 0)
  5. D → Create Down tile
  6. cc → Rotate camera 180°
  7. U → Set next position upward
  8. 0Commit: Down tile with 180° rotation at (100, 0), next tile will spawn at (100, -100)
  9. E → Create End tile
  10. R → Set next position to the right
  11. 0Commit: End tile at (100, -100)

🎨 Custom Genom