A set of different methods would warrant assignment to a different class. So far no character traits warrant that. What is the alternative to interface-esque classes? If you could provide a dummy code example that would be great. What would make the API solid? Thank you for all the suggestions.
ecstatic_chance
joined 11 months ago
They currently have the parent class "Action" for their common attributes and methods. Does that cover what you are suggesting?
9
Continuing my journey in designing and building simulation software for story telling purposes
(quantasticjourney.blogspot.com)
15
Continuing my journey in simulation and text generation with Python
(quantasticjourney.blogspot.com)
I'd like to write a piece of software that generates text for characters based upon the personality stats of those characters. I'm currently writing the software with a KivyMD UI and a Mongo database. My motivation is: why not?
Thank you for all the suggestions. I will take them into deep consideration.