Tomb of the Mask

How Tomb of the Mask Moves: Reading a Level Before You Press Anything

Published · 2 min read

Tomb of the Mask has no walk button. Press a direction and the mask travels that way until something solid stops it. That single rule turns every level into a routing problem: you are not steering a character, you are choosing a sequence of walls to land on. Once that clicks, the game stops feeling twitchy and starts feeling like a puzzle you solve at speed.

Every dash has exactly one ending

Before you press, look along the line you are about to travel. The first wall on that line is where you will stop, whatever else happens on the way. If the tile next to that wall is a spike, the dash is a mistake even if the path itself is clear, because the next move out of that corner may be forced. Good players scan two walls ahead: where this dash ends, and where every possible dash from there ends.

Spikes are fixed, bats are on rails

Spikes never move, so they are part of the map and you can plan around them. Bats fly back and forth along a fixed line. The mask can sit against a wall for as long as you like, so when a bat blocks a corridor the right move is usually to wait one beat rather than to race it. Moving traps follow a rhythm too; watch one full cycle before you commit.

Follow the dots

In Stage mode the dots are not scattered at random. They mark the route the designer intended, and a level that leaves you doubling back for one stray dot is a level where you took a wrong turn earlier. If a run feels messy, restart and trace the dots from the start; the clean route is usually shorter than it looks.

Two habits worth building

  • Land on walls, not in corridors. A dash that ends against a wall gives you four possible next moves. A dash that ends against a spike gives you none.
  • Use short hops to set up long dashes. A one-tile sideways move often puts you on a wall from which the big vertical dash is safe. The extra press costs half a second and saves the run.

Keys and swipes

In this browser build the arrow keys and WASD both work, and dragging with the mouse counts as a swipe. Keyboard is faster on a Chromebook because a key press is instant, while a swipe needs a little travel before the game reads it. Click the game once after it loads so the page hands it the keyboard.

More from the blog