https://github.com/okwilkins/mazegeneration
Creates a random maze. Green -> Making new maze. Red -> Backtracking to find untouched maze.
https://github.com/okwilkins/mazegeneration
algorithm html maze maze-generator maze-solver p5js web
Last synced: about 1 month ago
JSON representation
Creates a random maze. Green -> Making new maze. Red -> Backtracking to find untouched maze.
- Host: GitHub
- URL: https://github.com/okwilkins/mazegeneration
- Owner: okwilkins
- Created: 2018-03-06T22:15:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-06T23:04:46.000Z (about 7 years ago)
- Last Synced: 2025-01-21T12:10:35.662Z (3 months ago)
- Topics: algorithm, html, maze, maze-generator, maze-solver, p5js, web
- Language: JavaScript
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Maze Generation
# Algorithm
Using the maze generation algorithm found [here](https://en.wikipedia.org/wiki/Maze_generation_algorithm), this program has been made possible.