I wanted to show you Gameboi - a 2D game generator I built over the winter break
Gameboi uses GPT, Dall-E and PyGame to build 2D Python games from simple text descriptions. It can,
1. Enhance user prompt to make it richer and more descriptive
2. Figure out what assets and sprites are required by the game
3. Automatically generate these sprites and assets
4. Generate functional, working Python code for the game
This is my first project that uses LLMs, and I'd love to get some feedback from the community