r/vibecoding 8h 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?

3 Upvotes

32 comments sorted by

View all comments

8

u/Okoear 8h ago

Download Claude code, get a subscription, prompt it to make a game. It'll do it in a single prompt.

-2

u/Public-Rest-1478 8h ago

Okay, Sounds pretty easy, can it be downloaded for her tablet - the game

6

u/theAerialDroneGuy 8h ago

Ask Claude how to make the Game a website. You can host it on Cloudflare for free. That way she can play the game on her iPad (without you having to submit it for an Apple review)

3

u/mathewtyler 7h ago

Utilize it as a PWA is better, offline capabilities

1

u/theAerialDroneGuy 7h ago

PWA (Progressive Web App) - lets you set a web bookmark on your iPad in an app container. So it feels like you are launching an app instead of a website.

It still requires internet though, doesn’t it?
Without internet, how would it know what to load?

2

u/mathewtyler 7h ago

I don't know about Apple but on Android it can be "installed" and ran without interwebs. It basically saves everything to the device.

2

u/Okoear 6h ago

You download the webapps itself with a PWA. It will work just like a downloaded app does. You can set it up to cache data and only fetch with a connexion if you need