Mercurial > public > maze-solver
comparison README.md @ 12:d1fc48c5de99
Update README.md
committer: GitHub <noreply@github.com>
author | Dennis <dennisconcepcionmartin@gmail.com> |
---|---|
date | Wed, 02 Aug 2023 08:11:29 +0100 |
parents | e3addd013d36 |
children | f05cad159c7b |
comparison
equal
deleted
inserted
replaced
11:9f91739eb1a3 | 12:d1fc48c5de99 |
---|---|
15 1. Build executable | 15 1. Build executable |
16 2. Make a folder names `mazes` and place your mazes there. | 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 3. Make a folder named `sols`. The script place the solutions here. |
18 4. Run the program `./maze_solver maze1.png` | 18 4. Run the program `./maze_solver maze1.png` |
19 | 19 |
20  | 20  |
21  | 21  |
22 | 22 |
23 ## Resources | 23 ## Resources |
24 - [Maze generator](https://keesiemeijer.github.io/maze-generator/#generate) | 24 - [Maze generator](https://keesiemeijer.github.io/maze-generator/#generate) |
25 - [Libpng example](http://zarb.org/~gc/html/libpng.html) | 25 - [Libpng example](http://zarb.org/~gc/html/libpng.html) |
26 - [Libpng manual](http://www.libpng.org/pub/png/libpng-1.2.5-manual.html) | 26 - [Libpng manual](http://www.libpng.org/pub/png/libpng-1.2.5-manual.html) |