Leaderboard

Every player, every board

The homepage shows the top 10 for each mission and difficulty — this is the whole ranked list, page by page, read straight from the server. Pick a mission and difficulty below.

Put your own name on a board

Every run you finish — won or lost — can be submitted from the end-of-mission screen. There's a separate ranking per difficulty.

Enter the dungeon (opens in a new tab)
` marker (see site/partials/header.html's own header comment for the backstory). Byte-identical footer content across every real page before this migration -- the only two exceptions were bugs this migration fixes rather than preserves: - leaderboard.html's footer had a stray aria-current="page" on its own "Leaderboard"
  • , which nothing else in any footer ever did (aria-current belongs to the header nav's "this is the current page" signal, not the footer's static link list) -- almost certainly copy-paste residue from the header logic, not a deliberate footer feature. Not reproduced here. - preview.html/preview3.html's footers were missing the Guide/ Privacy
  • s and the Play link's sr-only "(opens in a new tab)" span -- stale copies predating those additions, not a deliberate difference for the visual experiment those pages are actually about (their own hero/motion markup, not the boilerplate chrome). Now unified onto the same footer as everywhere else. -->