Skip to content

A maze generator written in Rust using the game engine Bevy

Notifications You must be signed in to change notification settings

NiklasEi/bevy_maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A maze generator written in Rust using the game engine Bevy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages