Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Great concept. How did you made it work?

Using a LLM from huggingface, I send it the prompt and it returns a configuration for how the character should behave.

The configuration itself is just a nested JSON that tells which preconfigured visuals and event handlers to use :)