A maker says Claude Fable built a rocket landing game

A Reddit user says they used Claude Fable to build a browser game about landing SpaceX-style rockets. They say it became a roughly 2,500-line single index.html game in a few hours and also worked on mobile. The post says Claude added physics details such as air drag, control surfaces, reentry heating, and Mars gravity. The user also says Claude made a headless Node sim to test the physics when there was no test setup for the canvas game.

Key points

  • The user says Claude Fable made a single index.html browser game.
  • The game includes Falcon 9 landing, Super Heavy catching, and Starship landing scenes.
  • The post says Claude added air drag, control surfaces, reentry heating, and Mars gravity.
  • Claude reportedly made a headless Node sim to test the game physics.
  • For makers, the example points to using AI for both building and checking small projects.

Quick term guide

Claude Fable
A new Claude AI model released by Anthropic in June 2026
browser game
A game you can play in a web browser without installing an app.
index.html
The main HTML file a browser opens for a web page.
headless Node sim
A simulation that runs in Node.js without showing a screen.
headless
A way of running a server by controlling it from afar, without attaching a monitor or mouse.
workflow
A repeatable set of steps for getting a task done.
AI tool
Software that uses artificial intelligence to help with tasks like writing, coding, or research.
persona
A specific personality or role that an AI agent is set to play.
Read original