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

https://github.com/maeln/r_astar

Simple A* implementation in Rust and maze generator.
https://github.com/maeln/r_astar

astar-algorithm graph labyrinth maze maze-generator pathfinding rust svg

Last synced: about 1 month ago
JSON representation

Simple A* implementation in Rust and maze generator.

Awesome Lists containing this project

README

          

# r_astar : Simple A* implementation in Rust

I made this mainly to learn Rust. The source code is still very much a WIP.

The system is able to:
* Generate maze using a simple recursive backtracker algorithm
* Find path in the Maze using A*
* Output the maze and path as SVG

## Exemple output:

![Solved maze](https://raw.githubusercontent.com/maeln/r_astar/master/exemple.png)