A* Pathfinding
Apr 14 2017
As an exercise, I created an Unity3D application which does node-based pathfinding. I used the A* pathfinding algorithm and made it so that it could find its way to an object an a maze first and then could make it to the exit. I've learned a lot about optimisation, especially in terms of code execution and graphics rendering.