jamesseanwright / maze-generator

A real-time JavaScript maze generator using the depth-first search algorithm

Home Page:https://jamesseanwright.github.io/maze-generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maze Generator

Build Status Coverage Status

A real-time JavaScript maze generator using the depth-first search algorithm.

Try online

Local Development

  • git clone https://github.com/jamesseanwright/maze-generator.git
  • cd maze-generator
  • npm i

Then run one of:

  • npm run watch - serves the generator via port 8080 and watches for source code changes
  • npm test - runs the tests

About

A real-time JavaScript maze generator using the depth-first search algorithm

https://jamesseanwright.github.io/maze-generator


Languages

Language:JavaScript 99.0%Language:HTML 1.0%