One-finger physics platformer

There is no jump.

Hold anywhere and the mass compresses: small, fast, hard to push around. Let go and it grows against whatever it is touching, and the push it gets is exactly how much it had left to grow. Wall jumps, pumping, dives — none of them are coded. They fall out of that one rule.

Coming soon to Google PlaySee how it plays
  • Free to play
  • Android
  • No ads
  • No in-app purchases
  • No sign-up
  • Plays offline

What you get

One rule, thirty ways to be wrong about it

A run lasts between ten seconds and a minute. Everything else — the regions, the medals, the leaderboards — exists to make you want to run it again three seconds faster.

One verb, no jump button

No d-pad, no buttons, no jump. Hold anywhere to compress, release to launch. The launch is not a special case in the code: growing against the ground is what pushes you off it.

Thirty levels, three regions

Hillside spends ten levels teaching that small is fast. Cavern inverts it — under water and inside wind, force scales with your radius, so fat is fast. Summit takes the verb away: inside frost your size is locked, so you commit before you go in.

Records the server re-simulates

The client never reports its time. It uploads the whole run — one byte per frame — and the server replays it with the same deterministic engine to work out the time itself. A time on the board is a time somebody really played.

Medals that ask for different things

Gold, silver and bronze measure the clock. The Feather measures something else entirely: finish having touched the ground fewer than N times. It can be earned on all thirty levels, and it is rarely the fast route.

Race the record itself

The replay that proves a time is also a ghost. Pull down any position on a level leaderboard and run against it, frame for frame, on your own screen.

Offline, no sign-up, no ads

You play from the first second: no account, no email, no password. Progress lives on your device, so a tunnel or a dead server costs you nothing — your times upload when the connection comes back.

How it works

The right technique is a pulse

Missing the window does not kill you. It costs you time — which, in a game whose medal is the clock, is the only punishment it needs.

  1. Hold

    The body shrinks. Less section means less drag, so it rolls faster and cuts through; currents and buoyancy barely reach it.

  2. Release at the bottom of the valley

    You launch perpendicular to whatever ground you are touching, and the push adds to the speed you already had instead of trading it away.

  3. Compress again, immediately

    The window is short. A pulse at the bottom carries 23% further than the same pulse two units late — and staying expanded is worse than never releasing at all, because drag eats the flight in half a second.

Support

Questions, bugs, or want your data deleted?

MASA is made by one person. Write to the address below and you will get a reply from a human. For leaderboard account and data deletion, see the deletion section of the privacy policy — it explains exactly what to send and what happens next.