Mercurial > public > maze-solver
changeset 7:a9dd80a69887
add images
author | Dennis <denniscmartin@protonmail.com> |
---|---|
date | Sun, 16 Oct 2022 17:17:15 +0200 |
parents | b93cef6291db |
children | deeb54b231aa |
files | README.md resources/maze.png resources/sol.png |
diffstat | 3 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/README.md Sun Oct 16 16:58:11 2022 +0200 +++ b/README.md Sun Oct 16 17:17:15 2022 +0200 @@ -16,6 +16,9 @@ 2. Make a folder named `mazes` and place the `png` files there. 3. Make a folder named `sols`. The script place the solutions here. + + + ## Resources - [Maze generator](https://keesiemeijer.github.io/maze-generator/#generate) - [Libpng example](http://zarb.org/~gc/html/libpng.html)