Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 562 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 562 Bytes

Perfect maze Generator and Solver

laby

Random generation and automatic resolution of labyrinths

Work only on linux with ncurse library installed. Compiled and Run "votre_prog.cpp" to start the generation. The generated maze it's a perfect maze (starting from any box you can go to any box). The generation is totally random. To win, you must go to the bottom right box. You can push F1 to give up and see a maze solution generated live.

#portfolio