umair-nasir14/Word2World ? reverse-engineered prompt
Reverse engineered prompt
Build me a small Python app that turns a story into a playable 2D world using an OpenAI model. I want to be able to enter a prompt or use the default setup, have the app generate a short story, turn that into a game world with objectives and tile placement, save the result as game data, and then launch a simple playable view of the world.
Please make it easy to run from the command line with one main script, read the API key from a local env file, and save outputs into a folder so I can replay the generated game later. It should also include a way to open an example world without generating a new one first. Keep it working on Windows, and if you need anything from the current docs or API behavior, look it up online and use the most stable OpenAI model mentioned in the project.
Are you gonna build this?
make sure you review the code using coderabbit