Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebsowter/maze-generation
Maze generation using the Randomised Prim's algorithm.
https://github.com/sebsowter/maze-generation
Last synced: about 1 month ago
JSON representation
Maze generation using the Randomised Prim's algorithm.
- Host: GitHub
- URL: https://github.com/sebsowter/maze-generation
- Owner: sebsowter
- Created: 2020-05-08T15:49:09.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T09:09:06.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T03:43:24.279Z (almost 2 years ago)
- Language: TypeScript
- Homepage:
- Size: 1.64 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Maze Generation
Maze generation using [Phaser](https://phaser.io/) and the [Randomised Prim's algorithm](https://en.wikipedia.org/wiki/Maze_generation_algorithm#Randomized_Prim's_algorithm).
[View the demo](https://sebsowter.github.io/maze-generation/).
![Maze](https://user-images.githubusercontent.com/7384630/81481446-36906000-9228-11ea-8b62-9fb5330ee174.png)