
Binary Tree maze generation in Javascript
A method for generating Binary Tree mazes in Javascript.
A method for generating Binary Tree mazes in Javascript.
A method for generating Recursive Backtracking mazes in Javascript.
A method for generating lovely mazes in Javascript using the growing tree algorithm.
We now add roofs to our tile map and improve our map and tile engine.
Objects are now added to our simple tile based game, and we learn to render in multiple passes for different layers of objects and tiles.