Action Lists Part 2
Action lists by themselves are very powerful. As I hopefully showed in part 1, they provide an easy way to...
Action Lists
Action lists are one of my favorite data structures for games. But from what I’ve found, they don’t seem to...
Behavior Tree Builder
I recently integrated a behavior tree implementation into my current game project, Plume. I’m fairly new to behavior trees, since...