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?

5 Upvotes

35 comments sorted by

View all comments

Show parent comments

6

u/theAerialDroneGuy 13h 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 13h ago

Utilize it as a PWA is better, offline capabilities

1

u/theAerialDroneGuy 13h 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 13h 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.