Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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