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

https://github.com/alexeykarnachev/maze_solver

Simple web-app to generate and solve mazes
https://github.com/alexeykarnachev/maze_solver

Last synced: 3 months ago
JSON representation

Simple web-app to generate and solve mazes

Awesome Lists containing this project

README

        

# Maze Solver
Comprehensive visualization of several path-finding algorithms.
![thumbnail](./thumbnail.png)

## Quick Start
Check it online:
https://alexeykarnachev.github.io/maze_solver/

Or run it locally with any kind of http server, e.g:
```bash
python3 -m http.server --bind localhost
```