# HG changeset patch # User Dennis # Date 1690960289 -3600 # Node ID d1fc48c5de999d61460d47c950b51e106254037d # Parent 9f91739eb1a3f3f3c2e9405005adc00e831a7e9f Update README.md committer: GitHub diff -r 9f91739eb1a3 -r d1fc48c5de99 README.md --- a/README.md Wed Aug 02 08:10:51 2023 +0100 +++ b/README.md Wed Aug 02 08:11:29 2023 +0100 @@ -17,11 +17,11 @@ 3. Make a folder named `sols`. The script place the solutions here. 4. Run the program `./maze_solver maze1.png` -![maze](.github/resources/maze.png) -![solution](.github/resources/sol.png) +![maze](https://github.com/denniscmartin/maze-solver/assets/66180929/25820b82-c76a-4d51-9964-12f798ddf659) +![sol](https://github.com/denniscmartin/maze-solver/assets/66180929/364266ad-fdd2-4c6a-8f05-5b238f81efff) ## Resources - [Maze generator](https://keesiemeijer.github.io/maze-generator/#generate) - [Libpng example](http://zarb.org/~gc/html/libpng.html) - [Libpng manual](http://www.libpng.org/pub/png/libpng-1.2.5-manual.html) -- [Inspired by Dr Mike Pound (Computerphile video)](https://www.youtube.com/watch?v=rop0W4QDOUI) \ No newline at end of file +- [Inspired by Dr Mike Pound (Computerphile video)](https://www.youtube.com/watch?v=rop0W4QDOUI)