changeset 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 9f91739eb1a3
children f05cad159c7b
files README.md
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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)