Inspiration
Gamescribe was inspired by the challenge of streamlining game design and prototyping. As a game developer, I've often found the journey from concept to playable prototype time-consuming and complex. I wanted to create a tool that could bridge this gap, making game creation more accessible and efficient.
What it does
Gamescribe is an AI-powered tool that revolutionizes game design in three key steps:
Image Analysis: Using Mistral's pixtral model, it analyzes screenshots from existing games to understand visual elements and game design patterns.
Concept Generation: Leveraging mistral-large, it generates a comprehensive game concept based on the analyzed images and optional user input.
Prototype Creation: Again using mistral-large, it transforms the game concept into a playable JavaScript prototype, bringing the idea to life in minutes.
How we built it
The project was built using Python with Flask for the backend, and HTML/JavaScript for the frontend. We integrated Mistral's AI models through their API, using pixtral for image processing and mistral-large for text generation tasks.
Challenges we ran into
One of the main challenges was ensuring coherent game concepts that didn't directly reference the input images. We also faced difficulties in generating playable JavaScript code that was both functional and true to the game concept.
Log in or sign up for Devpost to join the conversation.