Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-06T23:04:46.000Z (almost 7 years ago)
- Last Synced: 2024-12-06T22:36:17.731Z (2 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
![img](/attachments/download.png)# Algorithm
Using the maze generation algorithm found [here](https://en.wikipedia.org/wiki/Maze_generation_algorithm), this program has been made possible.