Lander
Play:
About:
A clean, dependency-free rebuild of the 1969 arcade classic: rotate, thrust, and set the pointy end down gently on a landing pad across procedurally-varied terrain, with a new numbered "Daily Challenge" seed each day. A Show HN post for this exact project reached 564 points and the repository carries 178 GitHub stars.
The title screen ships its own control-verification checklist (tap center, tap left, tap right, hold center while tapping a side), and all four were tested directly rather than trusted — including the multi-touch claim, dispatched as two genuinely simultaneous touch points through Chromium's real input pipeline, which correctly rotated and thrust the lander at once. The source includes explicit touchcancel handling so a control can't stay stuck on if a finger slides off-screen mid-hold.
Credits:
Made by Edwin Morris (GitHub: ehmorris), 2024. Published here with credit to its author, who stated no licence for it. Source code. The author's own page for it.
Tags:
lunar lander · physics · arcade · daily challenge · browser game · free