Skip to content
AI Primer
workflow

Creators ship browser games and Godot projects with GPT-6 Astra

Creators have shared browser games, Godot projects, simulations, and a released tower-defense game made or finished with GPT-6 Astra. Reported workflows combine Astra with Blender, Three.js, Fable, Godot, and imported 3D assets.

3 min read
Creators ship browser games and Godot projects with GPT-6 Astra
Creators ship browser games and Godot projects with GPT-6 Astra

TL;DR

  • Playable loops are appearing alongside the showreels: petergyang's No Moat post describes a roguelike deckbuilder with three stages and boss fights.
  • The common build pattern combines Astra with specialist tools, as MeshyAI's two-pipeline post separates scene assembly from generated, rigged hero assets.
  • A completed game has reached a public desktop browser platform: DannyLimanseta's release post says MUST. MAKE. PAPERCLIPS. went from a Cursor project to a free Wavedash release in a little over a week.
  • Performance and balancing remain manual production passes: bennash's performance update lists a 120 Hz physics loop, draw-call cuts, and GPU water work on a browser platformer.

One live pigment lab turns colour matching into a 60-second game with five virtual pigments. PurzBeats started a Rube Goldberg machine with three short asks, then requested a refinement pass and a behind-the-scenes film, as documented in PurzBeats' build log. OpenAI says Astra is rolling out across ChatGPT tiers, its API, Azure, and Bedrock in its launch note.

Four Godot games

petergyang's Astra, Blender, and Godot tutorial covers four deliberately different prototypes:

  • A Star Fox-style space shooter
  • A first-person shooter set on a moving train
  • A StarCraft-style RTS level
  • No Moat, a roguelike deckbuilder about AI founders

No Moat has a concrete loop rather than a mock menu: recruit teammates, build a deck, then fight copycats, bugs, and cloud bills across three stages.

Blender, Meshy, and Tripo3D

MeshyAI laid out two routes from the same hero brief:

  • Astra only: brief plus reference, then Blender Python builds the character, weapon, and scene.
  • Meshy plus Astra: an input image becomes a Meshy hero, Astra assembles the scene, then Meshy handles rigging and a run cycle.

MengTo used the second route on a Bloodborne-style browser prototype, repeatedly directing textures, lighting, gameplay, rain, wet surfaces, and water, while Meshy and Tripo3D supplied the character, weapons, and boss in MengTo's prototype.

The tool choices resemble OpenAI's game-building walkthrough, which uses TypeScript, Vite, and Three.js for direct control of meshes, materials, lighting, and procedural geometry. Its architectural visualization walkthrough follows the same editable-scene approach through Blender's Python API.

MUST. MAKE. PAPERCLIPS.

DannyLimanseta said the tower-defense game began in Grok 4.6 inside Cursor, then Fable 5.1 and Astra took over to finish it. He credited Astra with most environment models and credited Tripo with the creature models.

According to the Wavedash game page, the released loop includes:

  • Turret placement and upgrades
  • Short first-person combat bursts when a target breaks through
  • Eight weapons: nailguns, cannons, flamethrowers, cutting lasers, cryo projectors, Tesla coils, acid sprayers, and railguns
  • Permanent upgrades across six missions

The creator warned that bugs and unbalanced exploits remain, with more balancing and fixes planned.

120 Hz physics and GPU water

For the browser platformer One More Vine, bennash's performance pass separated a 120 Hz physics timer from rendering and batched scenery to cut draw calls. It also moved water animation to the GPU, reduced bump mapping, shadow resolution, and pixel density, and cut HUD updates.

bennash reported smoother fullscreen play after the update.

Further reading

Discussion across the web

Where this story is being discussed, in original context.

On X· 3 threads
TL;DR3 posts
Blender, Meshy, and Tripo3D1 post
MUST. MAKE. PAPERCLIPS.1 post
Share on X