diff README.md @ 1:edee16cfda92

algo working but inefficient
author Dennis <denniscmartin@protonmail.com>
date Sun, 16 Oct 2022 14:13:37 +0200
parents 41a299d2b278
children 0ce45179d7b0
line wrap: on
line diff
--- a/README.md	Fri Oct 14 17:11:49 2022 +0200
+++ b/README.md	Sun Oct 16 14:13:37 2022 +0200
@@ -0,0 +1,8 @@
+# maze-solver
+
+A maze solver written in C.
+
+## Resources
+- [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 Poung (Computerphile video)](https://www.youtube.com/watch?v=rop0W4QDOUI)
\ No newline at end of file