Skip to content

DavideCanton/maze-exit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Rust implementation of A* applied to path finding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages