Prototype “AI” for pathfinding Press space to switch course, might not always work so hold down the button or press multiple times It is forced to progress only to the right, the code can be changed to change the direction of progression. This is not technically artificial intelligence, a clone randomly picks a direction to travel in and writes it to a list, which subsequent clones will read and follow until they reach the end of the list. I plan to improve the design and method to increase efficiency and speed. Idea and code by me