DylanSp / deep-future

A digital implementation of R. Winder's board game Deep Future.
MIT License
0 stars 0 forks source link

Automatically suggest names for worlds/completed technologies? #4

Open DylanSp opened 6 months ago

DylanSp commented 6 months ago

For completed technologies, the names should be based on the three advancements that compose it.

Maybe calling out to an LLM would be interesting? Or use an LLM myself to generate a bunch of possibilities, then save those in the game files?