Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.