Skip to content

Citizen7751/maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Maze

Maze generation with the Recursive Division algorithm.

This is a "wall-adder" rather than a "path-carver". It's a simple algorithm: adds a wall, makes a hole in it and recursively divides the area on both sides of that wall, adding more wall and dividing more, until the remaining empty area is too small.

Visualisation


Compile with GCC

Windows:

gcc -o maze.exe maze.c -s -O3

Linux:

gcc -o maze maze.c -s -O3

This software is under the MIT License.

About

The Recursive Division algorithm.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages