|
|
|
@ -1,10 +1,13 @@
|
|
|
|
|
# Simple aStar pathing in SFML
|
|
|
|
|
# a-star
|
|
|
|
|
|
|
|
|
|
Simple implementation of the a* algorithm
|
|
|
|
|
|
|
|
|
|
Blue = wall
|
|
|
|
|
|
|
|
|
|
Red = walkway
|
|
|
|
|
|
|
|
|
|
Left click to change path
|
|
|
|
|
Yellow = pather
|
|
|
|
|
|
|
|
|
|
Left click to change path
|
|
|
|
|
|
|
|
|
|
![alt tag](https://github.com/MitchellHansen/aStar/blob/master/screeny.png)
|
|
|
|
|