Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 297 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 297 Bytes

MapPathFindingAstar

Reads Map files and displays the map on screen
Give start and end coordinates uses A star algorithm to find shortest path between two points.
Move camera with WASD and zoom with Q & E. Using OpenGL

TO-DO:
Mouse click to pick start and end
Change map in runtime