Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carmhack/mazegen
A maze generator made with Vue and p5.js
https://github.com/carmhack/mazegen
algorithms astar-algorithm backtracking-algorithm canvas dfs-algorithm generator maze p5js vue
Last synced: 18 days ago
JSON representation
A maze generator made with Vue and p5.js
- Host: GitHub
- URL: https://github.com/carmhack/mazegen
- Owner: carmhack
- Created: 2020-04-15T09:35:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T19:32:11.000Z (about 2 years ago)
- Last Synced: 2024-11-13T10:44:33.545Z (3 months ago)
- Topics: algorithms, astar-algorithm, backtracking-algorithm, canvas, dfs-algorithm, generator, maze, p5js, vue
- Language: Vue
- Size: 4.73 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mazegen
## Project
The project is a maze generator/solver made with Vue and p5.js.## Features
Demo: https://vigorous-colden-b64e4f.netlify.com
Maze generation with Depth First Search algorithm implemented with backtracking and stack approach.
Maze solving with A* algorithm. You can click any square in the maze to see different solving paths.
It is partially based on the video of The Coding Train: https://www.youtube.com/watch?v=HyK_Q5rrcr4