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: 3 months 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-27T09:39:28.000Z (over 3 years ago)
- Last Synced: 2025-04-02T04:57:37.195Z (3 months ago)
- Topics: bevy, maze, maze-generator
- Language: Rust
- Homepage:
- Size: 258 KB
- Stars: 0
- Watchers: 1
- 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.
