Skip to content

Timmoth/Mazes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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/

About

Typescript maze generation algorithms

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published