Iteration 2 - rvince452/twine-game-gen GitHub Wiki
In Iteration 2, I didn't do much work; instead I asked AI to do it. The result was a large number of new locations, objects and characters - all created by AI. Now our game can be navigated. Again, this is all AI, I did not put in any links - it might not be exactly how I want it, but it saves me a ton of work to flesh out the world. AI even created md files containing details of what was added and suggestions for further details.
Also, the layout of the links is a bit clumsy but we can work on that later.
To get the locations, I simply described the various locations (house, maze, pool, forest) in a text file and AI laid it out. Then, when it was done, it was able to create maps (ASCII or SVG) of the outside area and the house.
Again, not so beautiful but still nice to start:
All the AI prompts and resulting files are in folder copilot_prompts
To see the code for this iteration, look at the branch of the same name.