Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 273 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 273 Bytes

maze-exit

Rust implementation of A* applied to path finding

Run

Compile and run without gui support:

$ cargo run --release -- -u <UI_TYPE> <path>

Compile and run with gui support:

$ cargo run --release --features=gui -- -u <UI_TYPE> <path>