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
- Host: GitHub
- URL: https://github.com/timmoth/mazes
- Owner: Timmoth
- License: mit
- Created: 2023-01-03T18:32:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-10T12:22:52.000Z (about 3 years ago)
- Last Synced: 2025-03-26T11:35:59.706Z (12 months ago)
- Topics: djikstra, recursive-backtracking, timmoth, typescript
- Language: TypeScript
- Homepage:
- Size: 74.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mazes
Visualizing recursive backtracking to generate mazes then using Dijkstra's to solve them!
[](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/