This repository contains interactive maze generators and solvers written during the string of 2014
- Written in javascript, and drawn on the HTML5 canvas, using the DFS algorithm.
- Generates random maze and allows user to navigate with arrow keys
- Includes "solve maze" button.
- "Wolfenstein"-style user navigation
- Written in javascript, using THREE.js to render onto the HTML5 canvas