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>