Timmoth / Mazes

Typescript maze generation algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:TypeScript 85.7%Language:JavaScript 5.3%Language:HTML 5.1%Language:CSS 3.8%