Login
Home
Visual Basic Projects
Bridging the gap
Base 2 math
Data Types
Variables
Operators
Scope
Conditional Branches
Loops
Image to DIV
Image to CSS
Watermarker(beta)
Conways Game Of Life
Recursive Backtracker Maze
Stats
Polygon Workshop
Javascript Maze Generator
Originally I wrote this maze generator in Visual Basic
using the recursive backtracker maze generation algorithm
located at
Wikipedia - Maze generation algorithm
.
I later then ported it to C#, and then finally to Javascript.
Maze Width in Columns
Maze Height in Rows
Cell Width in Pixels
Cell Height in Pixels
Generate Maze
©2015 Paul Ishak