GPT-6 Astra creators build Roblox, Minecraft, and Three.js games
Reported GPT-6 Astra projects include a Roblox dragon world, a prompt-responsive Minecraft screen, a first-person motion simulator, and several Three.js games. An Astra-made Mac and Windows game also added saved progress and revised controls.

TL;DR
- Creators have posted GPT-6 Astra spatial experiments, including a Roblox dragon world and a Minecraft screen that answers prompts.
- Game builders are combining Astra with Blender and Godot, as petergyang's four-game tutorial documents across a Star Fox shooter, a moving-train FPS, an RTS level, and a roguelike.
- A working build still needs tuning: bennash's performance pass split One More Vine's physics from rendering and cut draw calls after textures slowed it.
A color-mixing lab from 0xCharlota's game asks players to match swatches by blending digital pigments. AIandDesign's Token Tycoon turns an AI-logo fruit-machine cabinet into a Three.js game with fictional credits and classic gamble mechanics.
Roblox, Minecraft, and motion rides
Higgsfield showed the model producing spaces with three different interaction patterns: an explorable dragon flight in Roblox, a Minecraft display that reacts to typed prompts, and a PvP naval battle running end to end.
stevibe's motion-simulator prompt treated the experience as a sequence of camera moves:
- A 240 m cliff dive with underwater sun rays.
- A glowing centrifuge tunnel.
- A fast canyon run with banking turns.
Blender MCP and Godot
One post described a production chain rather than a single prompt:
- Supply links to textures and models, plus a world description and core ideas.
- Have Astra use Blender MCP to build assets.
- Assemble the scene in Godot and use Terrain3D for terrain.
- Add functional systems, including a drivable bike and trailer, click-to-drive movement, combat, inventory, a map, and a live HUD.
The creator said the build took half a day and that fidelity varied, with referenced objects coming out sharp while specific structural details slipped.
Peter Yang, founder of Behind the Craft, uses the same broad stack in his four-game tutorial. A separate account of an Astra-built shooter reported weapons, enemies, maps, menus, and scorekeeping, while drawing a line between a functional loop and commercial-game finish.
Three.js games with real loops
MengTo's Three.js project paired a generated game with a Blender reconstruction of every scene and a trailer. The post breaks its compact build down into:
- Procedural rocks, trees, monuments, and characters.
- A game under 2 MB before image and music assets.
- UI icons, buttons, and ornaments made as transparent PNGs with GPT Image 2.
bennash's One More Vine post put a four-level Pitfall clone online as a browser game, including a live build for players to test.
Mac and Windows builds
AIandDesign posted fresh Mac and Windows builds of It wants you to stay with revised layouts and controls, plus saved progress. The update added neon casinos with new slot machines, rebuilt aircraft and jetways in the airport, and pool rooms whose slides can be ridden.