Skip to content

Commit

Permalink
Maze generator version 1.0
Browse files Browse the repository at this point in the history
This app will show different maze generation algorithms. All the colors are customizable, and you can also choose whether to show different algorithms (and also some properties about the one algorithm that isn't limited in the possible run time).
  • Loading branch information
SwinkyWorks committed Dec 11, 2024
1 parent 4e5c304 commit ba10be7
Show file tree
Hide file tree
Showing 2 changed files with 1,501 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/mazegenerators/manifest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
id: maze-generators
name: Maze Generators
summary: Generates mazes
desc: Generates mazes using different maze generation algorithms. Currently supported are Hilbert, Binary Tree, Depth-First Search, Aldous-Broder, Recursive Division, and Fractal Tesselation.
author: SwinkyWorks
Loading

0 comments on commit ba10be7

Please sign in to comment.