keyraven / ClanGen-CSharp

Clangen, rewritten in C#
Other
1 stars 2 forks source link

Optional User Input Prompts For Moon Events #9

Open keyraven opened 5 months ago

keyraven commented 5 months ago

I would like for some moon events to have the ability to prompt the user for input. When one of these events are generates, the event generation process would pause and wait until the user input is received, then continue generating events.

This user-input process could be used on events such as:

This is intended as an optional feature that can be toggled. If turned off, some default option would be chosen. Besides being a fun and interesting addition to the game, I believe this would be a great project to learn the UI framework and practice with async code.