Continuing my journey in designing and building simulation software for story telling purposes
Here, ALO and ELO stand for Agent Ledger Object and Environmental Ledger Object, respectively. Both are examples of Entity Ledger Objects (E...
cross-posted from: https://mander.xyz/post/21881380
> This is my fourth blog post. Any helpful feedback or insights are welcome.
Thank you
Here's as far as I have gotten writing the software with a KivyMD UI and Mongo Database (thanks for your feedback!):
Familiarity with Python makes the code for the examples pretty straightforward. The Sololearn app on Android and iOS has a great, quick introduction to the Python language.
Continuing my journey in designing and building simulation software for story telling purposes
Here, ALO and ELO stand for Agent Ledger Object and Environmental Ledger Object, respectively. Both are examples of Entity Ledger Objects (E...
This is my fourth blog post. Any helpful feedback or insights are welcome.
Continuing my journey in simulation and text generation with Python
Here, I am generating multiple events for a character. Each output has a two sentence storyline. Jimmy will not be stirred up easily. Jimmy ...
My third blog post. I added variation in the tense of the generated text as well as another possible action for the character.
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?
Started a Simulation with Python Blog
The initial python program, written with Pydroid3, outputted a string (either Jimmy was insulting or Jimmy wasn't insulting) and an associat...
The first post of a new python blog I started if anyone is interested.