Hello, its me again... yes, I'm back... yes, I sure love filling up the feed...
I really wanted pathfinding for my program, so I found a simple LUA pathfinding script online and modified it to fit OpenComputers.
This is where I found the script https://github.com/wesleywerner/lua-star
This is the modified script: https://pastebin.com/5KsV3KuF
What's the difference and why is this good for robots:
The A* Algorythm works in 3D space!
Diagonals are disabled due to robots not moving in 3d space.
The algorythm takes in the Robot's facing into account (which you