moonshot.zip to any folderindex.html in any modern browser (Chrome, Firefox, Safari, Edge)No server, no install, no dependencies, no internet connection needed. Double-click the file and go.
The zip contains 14 files totaling under 600 KB. Every file is plain text (except one audio clip) and fully readable:
Your records and achievements are stored in your browser's localStorage under the key moonshot_records. This means:
No cookies, no tracking, no analytics, no network requests of any kind. The game works completely offline.
✓ No executables. Every file is plain text you can read in any text editor, plus one MP3 audio clip.
✓ No dependencies. Zero external libraries, frameworks, or CDN links. Nothing is loaded from the internet.
✓ No network access. The game makes no HTTP requests, no WebSocket connections, no fetch calls. It runs entirely in your browser's sandbox.
✓ No data collection. No cookies, no analytics, no telemetry. Records are saved to localStorage only.
✓ Fully auditable. ~2,500 lines of JavaScript total. Open any file and read it.
Moonshot is an orbital mechanics puzzle game inspired by NASA's Artemis program. You launch a capsule from Earth, use the Moon's gravity to slingshot around it, and return home safely. All physics use real values — Newton's gravitational constant, real Earth and Moon masses, real orbital distances — compressed in visual scale but accurate in behavior.
Built collaboratively by Tyler Black and Anthropic's Claude using nothing but vanilla HTML, CSS, and JavaScript. No build tools, no frameworks, no server — just code that runs in a browser.
← BACK TO CHOCOYAKI