Mercurial > public > maze-solver
comparison README.md @ 8:deeb54b231aa
refactor code
author | Dennis <denniscmartin@protonmail.com> |
---|---|
date | Sun, 30 Oct 2022 17:00:56 +0100 |
parents | a9dd80a69887 |
children | 22cf01362b45 |
comparison
equal
deleted
inserted
replaced
7:a9dd80a69887 | 8:deeb54b231aa |
---|---|
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 `mazes` and place the `png` files there. | 16 2. 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 | 17 |
19  | 18  |
20  | 19  |
21 | 20 |
22 ## Resources | 21 ## Resources |
23 - [Maze generator](https://keesiemeijer.github.io/maze-generator/#generate) | 22 - [Maze generator](https://keesiemeijer.github.io/maze-generator/#generate) |
24 - [Libpng example](http://zarb.org/~gc/html/libpng.html) | 23 - [Libpng example](http://zarb.org/~gc/html/libpng.html) |
25 - [Libpng manual](http://www.libpng.org/pub/png/libpng-1.2.5-manual.html) | 24 - [Libpng manual](http://www.libpng.org/pub/png/libpng-1.2.5-manual.html) |