Skip to content

This is an example of the use of the Depth-First Search maze algorithm with a flat ui visual

License

Notifications You must be signed in to change notification settings

alegemaate/IsoMaze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IsoMaze

This is an example of the use of the Depth-First Search maze algorithm with a flat ui visual.

isoMaze

Compiling

This project uses CMake

Generate makefile

cmake .

Make project

make

Run project

cd build
IsoMaze.exe

Controls

Use arrow keys to look around map

Use R to regenerate map

Libraries

You must install Allegro 4.

Linux

sudo apt-get install liballegro4-dev

Windows

Binaries are available following the above link

Mac

Allegro4 is no longer supported on mac :(

About

This is an example of the use of the Depth-First Search maze algorithm with a flat ui visual

Topics

Resources

License

Stars

Watchers

Forks