# HG changeset patch # User Dennis # Date 1665933435 -7200 # Node ID a9dd80a69887c7e5161b3b3b1faae407a16f2601 # Parent b93cef6291db7ace300d931f8fefe84a3d481e83 add images diff -r b93cef6291db -r a9dd80a69887 README.md --- 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. +![maze](resources/maze.png) +![solution](resources/sol.png) + ## Resources - [Maze generator](https://keesiemeijer.github.io/maze-generator/#generate) - [Libpng example](http://zarb.org/~gc/html/libpng.html) diff -r b93cef6291db -r a9dd80a69887 resources/maze.png Binary file resources/maze.png has changed diff -r b93cef6291db -r a9dd80a69887 resources/sol.png Binary file resources/sol.png has changed