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

https://github.com/timmoth/mazes

Typescript maze generation algorithms
https://github.com/timmoth/mazes

djikstra recursive-backtracking timmoth typescript

Last synced: 7 months ago
JSON representation

Typescript maze generation algorithms

Awesome Lists containing this project

README

          

# Mazes
Visualizing recursive backtracking to generate mazes then using Dijkstra's to solve them!

[![Demo](https://img.shields.io/badge/live-demo-green?style=flat-square)](https://timmoth.com/showcase/q6PaZ5Q5FEq_7doV_7N9OQ)

Clone
```
git clone https://github.com/Timmoth/Mazes.git
```
Build
```
npm run build
```
Run
```
npm install http-server -g
http-server
```
App will be available at http://localhost:8080/