Skip to content

Minnowo/maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A maze gamme / solver.

How to play

CLI Arguments

-w <width>
-h <height>
-l <0-100>    0 = most walls, 100 = no walls
-a <0|1>      0 = DFS, 1 = Floodfill

Controls

  • hold space to run the solving algorithm
  • press r to generate a map
  • use up left right down keys to move around

Building

You need CMake and a C++ compiler

make build

# and run
./build/maze -w 30 -h 30 -l 5

About

A maze game / solver

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published