comparison README.md @ 9:22cf01362b45

modify readme
author Dennis <denniscmartin@protonmail.com>
date Sun, 30 Oct 2022 17:03:24 +0100
parents deeb54b231aa
children e3addd013d36
comparison
equal deleted inserted replaced
8:deeb54b231aa 9:22cf01362b45
11 - The ending point must be at `(x: width, y: height - 1)` 11 - The ending point must be at `(x: width, y: height - 1)`
12 12
13 ## Usage 13 ## Usage
14 14
15 1. Build executable 15 1. Build executable
16 2. Make a folder named `sols`. The script place the solutions here. 16 2. Make a folder names `mazes` and place your mazes there.
17 3. Make a folder named `sols`. The script place the solutions here.
17 18
18 ![maze](.github/resources/maze.png) 19 ![maze](.github/resources/maze.png)
19 ![solution](.github/resources/sol.png) 20 ![solution](.github/resources/sol.png)
20 21
21 ## Resources 22 ## Resources