Skip to content

Latest commit

 

History

History
27 lines (27 loc) · 981 Bytes

README.md

File metadata and controls

27 lines (27 loc) · 981 Bytes

Compile file

  • gcc -o maze main.c maze.c
+---------------------------------------+
|       |                               |
|   |   |-------------------+   |   |   |
|   |   |           |       |   |   |   |
|---|   |   +----   |   |   +---|   |   |
|   |   |   |           |       |   |   |
|   |   |   |----------------   |   |   |
|       |   |       |           |   |   |
|   +---+   |   |   +---+   +---+   +---|
|   |       |   |       |   |           |
|   |   ----|   |---+   |   |   ----+   |
|   |       |   |   |   |   |       |   |
|   |----   |   |   |   |   +----   |   |
|   |       |   |   |   |           |   |
|   |   |   |   |   |   +-----------|   |
|   |   |           |       |       |   |
|   |-------+   +-------+   |   |   |   |
|   |       |   |       |   |   |       |
|   |   |   +---+   |   |   |   +-------|
|       |           |       |           |
+---------------------------------------+

Run cli

./maze --length 10 --width 20