Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 601 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 601 Bytes

Arma3Navigation

Project to implement different path finding algorithm in the military simulation Arma3

At the moment there are three different files:

createRoadMap

Initializes the nodes on the map and creates a file to establish a navigation map

dijkstraNavigation

Uses the Dijkstra Algorithm for pathfinfing

astarNavigation

Uses the A Star Algorithm for pathfinfing

status quo

Right now, everythings pumped into the file createRoadMap, so you only need to execute this single file.

Feel free to contact me on Steam, if any questions occur, the name is Spiderswine.

Cheers,

Luke