Skip to content

m4kyu/dfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alt Text

Installation

dfs uses raylib for rendering. To install it for Arch linux type

sudo pacman -S raylib

Compiling the project

git clone https://github.com/m4kyu/dfs.git
cd dfs
make 

To run the demo above type

./demo 

To generate a new maze type

./dfs <width> <hight>

About

dfs - implementation of randomized depth-first search algorithm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published