Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+2)

This is a really interesting tech-demo. Could you give more insight in how you implemented the procedural generator? Did you use a dictionary for the names? Did you use some AI API like OpenAI's GPT-3?

(+1)

Thanks! I used nothing that fancy, it's mostly a couple of word buckets to generate the names and a lot of nested if-statements combined with some randomness to make the rest.

I really wanted to be able to recreate scenarios by using the same seed, which is hard to achieve with external API.