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 ![maze](.github/resources/maze.png) 20 ![maze](https://github.com/denniscmartin/maze-solver/assets/66180929/25820b82-c76a-4d51-9964-12f798ddf659)
21 ![solution](.github/resources/sol.png) 21 ![sol](https://github.com/denniscmartin/maze-solver/assets/66180929/364266ad-fdd2-4c6a-8f05-5b238f81efff)
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)