Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niklasei/bevy_maze
A maze generator written in Rust using the game engine Bevy
https://github.com/niklasei/bevy_maze
bevy maze maze-generator
Last synced: 6 days ago
JSON representation
A maze generator written in Rust using the game engine Bevy
- Host: GitHub
- URL: https://github.com/niklasei/bevy_maze
- Owner: NiklasEi
- Created: 2021-07-15T20:00:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-27T09:39:28.000Z (about 3 years ago)
- Last Synced: 2024-12-09T17:44:51.814Z (14 days ago)
- Topics: bevy, maze, maze-generator
- Language: Rust
- Homepage:
- Size: 258 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Maze generator
This bevy app can generate mazes with a recursive backtracking algorithm. The generator moves slowly to allow you to watch the whole process.
After generating a maze, it is saved in a `png` file with white pixels for the path and black pixels for the wall. Press `r` to start generating the next maze.
![a 203x203 maze](maze.png)