dmkilday / GameMaster-GPT

GameMasterGPT is an exciting new open-source project aimed at revolutionizing the world of role-playing games (RPGs) by introducing an AI-powered Game Master. With the power of OpenAI's cutting-edge language model, this project enables the creation and facilitation of immersive RPG adventures like never before.
GNU General Public License v3.0
5 stars 1 forks source link

Structure generator should include default values #12

Closed depwl9992 closed 1 year ago

depwl9992 commented 1 year ago

image As you can see, the keywords and character sheet are optional, but numeric values must be explicitly provided by the user. Would be nice if a blank (or invalid) string just assumed a default for Number of Stages, Minimum Substages, and Maximum Substages.

depwl9992 commented 1 year ago

Refer to #7 for scope

dmkilday commented 1 year ago

Implemented defaulting to 3 if the user leaves these options blank. Also, implemented error handling to make sure they enter a number.