Skip to content

A Java Swing terrain-traversal simulation

License

Notifications You must be signed in to change notification settings

synthghost/elevation-lab

Repository files navigation

Elevation Lab

Build:

make

which runs the makefile, which runs javac App.java.

Execute:

java App <file> [--disable-middle-priority]

where <file> can be one of:

  • Colorado_844x480.dat
  • Europe_1056x544.dat

and --disable-middle-priority is an optional flag that will disable the standard middle-priority pathing algorithm, leading to more divergence.


Originally written in Spring 2020

About

A Java Swing terrain-traversal simulation

Resources

License

Stars

Watchers

Forks