filmov
tv
Finding the shortest path for Strategy Game + Bonus

Показать описание
Hello here is the way to find the shortest path between two points.
It can be useful for strategy games when you want to move your player from the point A to the point B without colliding with other objects.
The algorithm is general but I have made an example using SFML.
It can be useful for strategy games when you want to move your player from the point A to the point B without colliding with other objects.
The algorithm is general but I have made an example using SFML.