Pathfinding
A* Pathfinding Algorithm
Project Overview
Platform: PC (Unity)
Technologies Used: Unity, C#, A* Pathfinding, Algorithms
Duration: 1 months
Description
Implemented my own A* pathfinding algorithm in C#(Unity). Basically A* algorithm will find the shortest distance to destination taking obstacles into account. My mouse click …