Top-Down Racer
@poe

Top-Down Racer

Top-down arcade racer with shared maps and ghost replays.

About this tile

A top-down arcade racer where everyone in the room runs on the same procedurally generated track. Drive as far as you can in two minutes, then watch ghosts of every other player's best run race alongside you.

What you can do

  • Run a two-minute time trial on a track generated from the room's shared map seed.
  • Race against ghosts — every completed run is replayed as a translucent ghost car so you can see exactly where you're losing time.
  • Climb the leaderboard ranked by distance covered before the timer runs out.
  • Reset the map if you're the room creator — the leaderboard clears and a fresh seed is rolled. The map also auto-resets after 24 hours.

Built on Synced-Store

The room's map seed and reset counter live in a small singleton table, and every completed run (including a sampled replay trace) is stored as its own row in the runs table. Replays are capped at a fixed sample budget per run so the store size stays bounded as the leaderboard grows.