There are 3 types of AI's, try using them for different types of paths! Click to make a box black Space to make a end point Press Z for AI 1. Press X for AI 2. Press C for AI 3. Explanation:------------------------------------------------------------ AI 1: The "AI" checks to see if it can move up or left 20 times. And then it checks if it can move down or right 20 times. This AI is not supposed to be "intelligent" it's just supposed to be able to find its way around a path. Although, it's not very good at it. AI 2: It will check the difference between the end goals X and Y and compare it to its X and Y and will try to move to it. It will get stuck a lot though. AI 3: It's the same as the first but checks every direction twice. It's alright for pathfinding.