Really cool little game! I wonder how the ball AI works 👀
It's a node based system, its calculating which one is the closest while avoiding stuff with bit of random variables spiced in there :)
It works so well, that a few of my traps couldn't stop the ball xD
To expand it further, the nodes are divided into zones so when the ball passes by another area its targets are now new nodes. Works quite well most of the time :D
Well done creating such a robust system!