You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Games cry out for color / format options. Perhaps use the following API with say:
say(something, fg="red", bg="white")
There is colorama that would help implement this, but if you wanted to keep it so that users could just use adventurelib.py in their own projects, maybe have to implement ourselves?
The text was updated successfully, but these errors were encountered:
Games cry out for color / format options. Perhaps use the following API with
say
:say(something, fg="red", bg="white")
There is colorama that would help implement this, but if you wanted to keep it so that users could just use
adventurelib.py
in their own projects, maybe have to implement ourselves?The text was updated successfully, but these errors were encountered: