• Braindump allows developers to build top-down/2.5D games or interactive worlds by simply typing prompts. It generates 3D models, game data, and scripts to make prompts come to life. This article shares learnings from Braindump's development. Challenges in its development include designing a UX for prompting and a game API for large language models. The game API has opened up interesting UX flows like generated macros. While Braindump is pretty good at executing commands, its team wants to expand it to handle more vague and bigger tasks. Braindump will open up for alpha testing in the coming weeks.

    Wednesday, May 22, 2024
  • Braindump is an AI game studio that lets users build top-down/2.5D games by typing prompts. It allows users to define units, abilities, and attributes, as well as populate the game map with objects and create game rules. Two challenges in building AI games were designing an intuitive user interface for prompting the AI and creating a streamlined "game API" that provides enough structure for the LLM to focus on filling in code and data.