
I am trying my hand in the area of world building. I have written a few stories and have a small collection of characters, buildings, creatures, etc. I also have all these in a city. In order to make the world, I need to add a picture, which could be created using some kind of map maker software. One option is any city builder game which would suffice for the purpose. Another option which I came up with today is to make a tool myself, using AI agent.
I settled on the AI agent option. I can make a tool easily, in a way that I desire. I used chatGPT. Code is attached below.
Here is the prompt: “make an isometric city builder in python; objects available are house, tower, wall; without roof, show floors”.
It did generate a tool for building a city, it works. The image above shows the tool.
0 Comments.