Skip to main content

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

I’m planning on an engine with an API using Python’s FastAPI – it generates murder mystery plot elements, clues, descriptions, and stuff like that. It would be used as a backend for any number of games in different settings.

Also, I hope it can generate the same data in at least a couple different forms: (a) JSON data for further use in the game MVC Controller, or (b) a text description on the clue, location, item, etc.

I’m mostly interested in the backend to games, not a full game. I might make it more sophisticated or have a simple game frontend, if I have time.