top of page

SOURCE CODE

TowerDeffenceAStar.gif

A* Pathfinding Algorithm

C++

The pathfinding algorithm is for a tower defence custom engine project I worked on during my 2nd year or my bachelor's degree. The red dots are the enemies using the algorithm, the white blocks are the walls, the green ones are places where you can build towers and the triangles are the towers.

bottom of page