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
- Host: GitHub
- URL: https://github.com/alexeykarnachev/maze_solver
- Owner: alexeykarnachev
- Created: 2022-10-04T19:29:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-11T16:42:52.000Z (over 2 years ago)
- Last Synced: 2023-03-05T14:13:43.679Z (about 2 years ago)
- Language: JavaScript
- Size: 179 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Maze Solver
Comprehensive visualization of several path-finding algorithms.
## 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
```