Skip to content

Timmoth/Mazes

Repository files navigation

Mazes

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

Demo

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/