Mercurial > public > maze-solver
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` - - + + ## 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)