Skip to content
This repository has been archived by the owner on Jan 6, 2019. It is now read-only.
/ Maze Public archive

Simple Maze generator and Solver with visualization using ncurses.

License

Notifications You must be signed in to change notification settings

kcy1019/Maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Maze generator and Solver using ncurses.

Simple Maze generator & solver with visualization using ncurses.
*The generator generates maze with unique solution only.

screenshot

USAGE

$ make
make {generator,solver}
$ make generator
$ ./generator
30 30 # height and width
$ make solver
$ ./solver

LICENSE

GNU GPLv3

About

Simple Maze generator and Solver with visualization using ncurses.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published