Contains a program which calculates the shortest path between two given locations in Burning Man. My proof of the optimality of the algorithm can be found here.
$ javac BurningMan.java
$ java BurningMan
You'll be prompted to input your current and desired locations during runtime. Optimal path traversal instructions will be output.