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: 3 months ago
JSON representation

A maze generator written in Rust using the game engine Bevy

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)