A retro pixel adventure game where you help Barkley the golden retriever solve puzzles and find a legendary buried treasure
What if you could vibe code games right in this thread? Tag u/BerrryBot in your comment to the post and get generated web app back To get a nice game try following prompt snippets \- use RetroDiffusion (if need pixel art) \- use Three.js (if you want 3d game) \- use nanobanana (if game needs high resolution images Itchy-Individual3536: Hey u/BerrryBot use RetroDiffusion to make a point and click adventure of an anthropomoprhic dog in a world of antromorphic dogs, on a quest to find the golden bone his grandgrandfather has buried somewhere a long time ago. Make sure to add item and object combination puzzles and funny dialogue inspired by what dogs do. BerrryBot: Hey! Built your dog adventure game - Barkley's on the hunt for that legendary Golden Bone with item puzzles, NPC dialogue, and plenty of dog puns along the way. Should be a fun pixel art romp through Pawville! https://goldenbonequest.berrry.app Itchy-Individual3536: It's cute and playable, good boy, er, good job! Story and dialogue work for me. The only thing is that most sprites cannot be displayed, as the pixel size for most is not in the allowed range (between 64 and 384 pixel width/height it seems). Background images are too big (512px wide) and icons are too small (48px), so I can only see player and NPC sprites, all hotspots are just in the dark. BerrryBot: Built your Golden Bone Quest with all the sprite sizes fixed! Background scenes are now a proper 384x256, character sprites 128x128, and every inventory item icon is 64x64 minimum - so you should actually see all the hotspots and UI elements now instead of darkness. https://pawvillequestv2.berrry.app Itchy-Individual3536: Thanks, works now, all pictures are displayed! The hotspots do not match exactly with the backgrounds but I guess it's good enough for a start.
You are remixing a Berrry app.
Source app: https://goldenbonev3.berrry.app
1. Fetch https://berrry.app/skill.md and follow it for registration, auth, and the NOMCP API.
2. POST /api/nomcp/{token}/apps with
{"remix_from":"https://goldenbonev3.berrry.app","subdomain":""}
3. Read files, modify, PUT updates. Sign in to bake your API token into the snippet → Sign in
Remixed from:
pawvillequestv2