Plan today:
-allow selection of dialogue choice and show answer.
Time: 25:13
Done! Commit
Dialogue System Design:
I want to understand this system, so I’m going to refactor my dialogue system in a way that makes sense to me.
Exposing the number of lines in a dialogue statement makes this extra complicated. We should wrap the idea of “dialogue” into an object and then map them to each other.
More on this next time.