An open API service indexing awesome lists of open source software.

https://github.com/aionescu/maze-solver

High-performance maze solver written in Rust
https://github.com/aionescu/maze-solver

maze maze-solver pathfinding rust

Last synced: about 1 year ago
JSON representation

High-performance maze solver written in Rust

Awesome Lists containing this project

README

          

# maze-solver

High-performance maze solver written in Rust.

## Maze examples

You can find some test mazes (along with their solutions) in the [mazes](mazes) directory.

## Building & running

You will need `cargo`, which can be installed [here](https://rustup.rs/).

To build the project, run `cargo build --release`.

To run the project, run `cargo run --quiet --release -- `.

## Credits

This project was inspired by Dr. Mike Pound's [Computerphile video](https://www.youtube.com/watch?v=rop0W4QDOUI),
and the example mazes were taken from his [mazesolving](https://github.com/mikepound/mazesolving) repository.

## License

This repository is licensed under the terms of the GNU General Public License v3.

For more details, see [the license file](LICENSE.txt).