/mazeGen

Another foray into the depths of learning procedural dungeon generation. Many popular procedural generation algos start with or have maze generation and navigation as a core procedure. This will use the Canvas API in order to display our maze.

This repository is not active