Launch HN: Rosebud (YC S19) – Turn game descriptions into…
    Neura MarketNeura Market/Midjourney
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityMidjourneyMidjourney
    DeepSeekDeepSeekCoPilotCoPilotStable DiffusionStable Diffusion
    View All Directories
    OverviewPromptsBlogVideosGuidesCoursesCommunityStylesTrending
    MidjourneyPromptsLaunch HN: Rosebud (YC S19) – Turn game descriptions into browser games
    Back to Prompts
    discussion

    Launch HN: Rosebud (YC S19) – Turn game descriptions into browser games

    lishali88 January 4, 2024
    293 copies 293 likes

    Hi everyone! I'm Lisha, the founder of Rosebud AI (<a href="https:&#x2F;&#x2F;www.rosebud.ai&#x2F;">https://www.rosebud.ai/</a>). We're building a platform to help users go from description to code to game. We aim to make game creation accessible to non-technical creators, so our UI provides explanations alongside the generated code.<p>Users have created a diverse range of games on Rosebud, including top-down RPGs, AI companions, and 3D obstacle courses, all within a few

    Prompt
    Hi everyone! I&#x27;m Lisha, the founder of Rosebud AI (<a href="https:&#x2F;&#x2F;www.rosebud.ai&#x2F;">https:&#x2F;&#x2F;www.rosebud.ai&#x2F;</a>). We&#x27;re building a platform to help users go from description to code to game. We aim to make game creation accessible to non-technical creators, so our UI provides explanations alongside the generated code.<p>Users have created a diverse range of games on Rosebud, including top-down RPGs, AI companions, and 3D obstacle courses, all within a few hours and sometimes minutes. Here are some examples you can play and clone (to start your own project).<p>* Anime Jester Companion: <a href="https:&#x2F;&#x2F;play.rosebud.ai&#x2F;games&#x2F;ba438cc4-246e-432e-b170-4e16948cd571">https:&#x2F;&#x2F;play.rosebud.ai&#x2F;games&#x2F;ba438cc4-246e-432e-b170-4e1694...</a>
    * Chat and Care for your Digital Puppy: <a href="https:&#x2F;&#x2F;play.rosebud.ai&#x2F;games&#x2F;f32a8159-7acf-4db6-a82c-70296f90bbf1">https:&#x2F;&#x2F;play.rosebud.ai&#x2F;games&#x2F;f32a8159-7acf-4db6-a82c-70296f...</a>
    * Sphere Sync (3D game: align the sphere with the right color): <a href="https:&#x2F;&#x2F;play.rosebud.ai&#x2F;games&#x2F;96dfd5e1-62d4-47d8-a3e9-11038c8bb5cf">https:&#x2F;&#x2F;play.rosebud.ai&#x2F;games&#x2F;96dfd5e1-62d4-47d8-a3e9-11038c...</a>
    * Basketball: <a href="https:&#x2F;&#x2F;play.rosebud.ai&#x2F;games&#x2F;a0e70622-e923-4517-8c1f-728dcf0db486">https:&#x2F;&#x2F;play.rosebud.ai&#x2F;games&#x2F;a0e70622-e923-4517-8c1f-728dcf...</a>
    * Neon Waltz Generative Art: <a href="https:&#x2F;&#x2F;play.rosebud.ai&#x2F;games&#x2F;e32bd12b-7cc9-4f9a-b385-42ae0b096466">https:&#x2F;&#x2F;play.rosebud.ai&#x2F;games&#x2F;e32bd12b-7cc9-4f9a-b385-42ae0b...</a>
    * Chat with Deku from My Hero Academia: <a href="https:&#x2F;&#x2F;play.rosebud.ai&#x2F;games&#x2F;716fd998-aab6-4185-8375-85d9eeb2adca">https:&#x2F;&#x2F;play.rosebud.ai&#x2F;games&#x2F;716fd998-aab6-4185-8375-85d9ee...</a><p>A simple way to think about Rosebud is ChatGPT + Midjourney + Replit. ChatGPT, because we give users a chat interface for this code editor so they can describe the game they want to make and generate game code; Midjourney, because we let users generate assets inside Rosebud, 2D and 3D, to be used in their games; And Replit, because Rosebud includes a browser based code editor that lets you deploy your game instantly.<p>Sometimes, users generate a code base from scratch via prompts. Often a simpler place to start is to modify (“clone”) an existing project on Rosebud. In both cases, we need to eventually convert user descriptions and modifications of the game into edits and changes to the codebase. To solve this problem, we had to experiment heavily with using LLM agents in production. Our agent framework tries to follow the instructions of user prompts by deciding when and whether to call upon a number of generative models (some for code generation, some for asset generation, some for character dialogue, and some for game ideas). It also must decide where to insert code snippets when it generates them. Often, a user is asking for ideas or something too vague, and our agent has to decide when to ask for feedback and clarifications.<p>Not surprisingly, if we impose more constraints, on both the programming framework and game genres supported, our agent will perform better. However, the constraints on the types of games users can make and frameworks we want to support also constrains how flexible our platform is. Balancing these two factors, we decided to only support browser-based, JavaScript frameworks and focus on supporting AI NPCs that use LLMs themselves for dialogue and actions. This allows us to create abstractions that enable the agent to alter the codebase more successfully and guide the creator towards a more successful experience. Furthermore, we found that our beta testers are very creative with making AI character based games, and the resulting game is usually fun for players.<p>How does Rosebud differ from Roblox, Unreal, or Unity simply adding a co-pilot? Incumbent game engines optimized their user-flow and tech stack before the advent of generative AI, and many of their user-flows are well established. We have the advantage of designing this game creation flow from the ground up. It&#x27;s not just about adding code completion to an existing code editing app and including asset plugins. Such an approach wouldn&#x27;t fully harness the power of LLMs. We have a chat-first interface, and having identified the limitations of agents, we can create more safeguards for users where failure is likely. Our approach will make it possible for non technical creators to also contribute to making games.
    Check it out for yourself!<p>To try Rosebud: (1) head over to <a href="https:&#x2F;&#x2F;www.rosebud.ai&#x2F;hn">https:&#x2F;&#x2F;www.rosebud.ai&#x2F;hn</a> for access to our Discord beta tester channel and a special role. (2) then go to <a href="https:&#x2F;&#x2F;play.rosebud.ai">https:&#x2F;&#x2F;play.rosebud.ai<

    Comments

    More Prompts

    View all

    Awesome Ai Image Prompts

    A curated collection of high-quality AI image prompts, examples, workflows, and resources for Midjourney, Stable Diffusion, GPT Image, Flux, ComfyUI, and more.

    L
    Lizhizhiyi
    1
    discussion

    Midjourney Medical goes from AI image generation to full-body ultrasounds

    J
    JeanKage
    2 2
    Creative

    Midjourney Brand Identity Design System

    Generate consistent brand assets with Midjourney. Logos, color palettes, typography exploration, brand patterns, and marketing collateral in a cohesive visual language.

    C
    Community
    Creative

    Midjourney V6 Cinematic Scene Director

    Create cinematic, movie-quality scenes with Midjourney V6. Covers camera angles, film grain, aspect ratios, color grading, and Hollywood-style composition.

    C
    Community
    Character Design

    Post-Apocalyptic Survivor

    Character design for a resourceful post-apocalyptic survivor

    N
    Neura Market
    48 206
    Anime

    Anime Sunset Rooftop Scene

    An emotional anime scene on a school rooftop at sunset

    N
    Neura Market
    10 132

    Stay up to date

    Get the latest Midjourney prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for Midjourney and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.

    Neura Market

    Custom AI Systems & Services

    Our team of experienced AI builders will help build custom AI systems, workflows, and solutions for your business.

    Request custom work

    Ready-made automations for this

    Workflows from the Neura Market marketplace related to this Midjourney resource

    • Automate Video Publishing from Google Drive to Instagram, TikTok, and YouTube with AI Descriptions and Airtable Trackingn8n · $14.99 · Related topic
    • Automate SEO Analysis by Extracting Title and Meta Description from URLs in Airtablen8n · $4.99 · Related topic
    • Streamline YouTube uploads with AI-generated descriptions and tags from Google Drivemake · $4.99 · Related topic
    • Optimize YouTube uploads with AI-generated descriptions and tags from Dropboxmake · $4.99 · Related topic
    Browse all workflows