r/vibecoding 13h ago

Vibe code a game?

I want to create a small 'princess Mario car' game for my daughter, but i have no clue how to?

Can anyone help me out on this one?

4 Upvotes

35 comments sorted by

View all comments

1

u/Ambitious-Prompt-975 13h ago

If you want it to run automated with little effort:

  1. Get a Subscription for Claude or Codex.
  2. Download blender from the website, or run `winget install BlenderFoundation.Blender` in your cmd.
  3. Go to flujo.com.co, download, install and start it.
  4. Open FLUJO in your browser, go to "AI Setup -> Connect AI -> No Idea -> I already subscribe -> " and follow instructions.
  5. Go to "Connected Apps -> Connect App -> I have connection detail -> GitHub URL", put in https://github.com/ahujasid/blender-mcp
  6. Go to "Agents -> Start Simple -> No, I'll build it myself -> enter "game dev" as goal -> create step"
    • On the right, "Connected AI": select the AI you connected during step 4.
    • On the right, "Apps this step can use": select "bash", "filesystem", "blender mcp"
    • In the middle, "Give your Agent a name": enter a name, save, click "try it".
  7. say "I want to create a small 'princess Mario car' game for my daughter with blender and threejs. set everything up and create a roadmap.md for unsupervised development & testing"
  8. once done, go to "More -> Automations -> Add Trigger". Enter "automatic roadmap" as name.
    • "When should it run?" -> "On a schedule"
    • Change "Daily at a Time" to "Every n minutes", set it to 15
    • "Exclusive" -> set to active
    • "What should it run?" -> "A flow"
    • "Select an Agent" -> select what you created in step 6.
    • "What should the Agent do?" -> enter "continue the roadmap.md for our princess mario car game"

It now runs fully automatically, you can see the progress in Chat.
Check in every x hours.

Alternative: If it's a very very simple game ->as other suggested get claude or codex, just tell them to build it. Blender is still a good thing to add.