Coder & JorenVale
Hey Joren, I've been tinkering with an idea for a program that maps a character's inner thoughts to code – kind of like a digital diary. Think about how you sculpt a role, and I think we could turn that into something that runs in real time. What do you think?
That’s an intriguing thought, but capturing the subtlety of a character’s inner life in code feels like trying to hold breath in a storm. It could work if you keep it simple and let the nuances breathe.
I get what you mean—trying to squeeze all those subtle feelings into a tidy function is a bit like fitting a cat into a box. Maybe we start with a few core emotions as variables, let them mix in a simple state machine, and then iterate. If we keep the model lean, the “breathe” you mentioned can show up through subtle state changes. What core feelings do you think we should model first?
Maybe fear, curiosity, hope, and a pinch of doubt. Those swing the most when a character’s heart is on edge. Start there and see how the mix feels.
Sounds good—four base emotions and maybe a few weight values for how strong each one is. I could set up a small class with properties for fear, curiosity, hope, and doubt, and a method to update them based on narrative triggers. Then a simple function can blend them to decide the character’s next move. Let me sketch it out and we’ll tweak from there.