diff --git a/README.md b/README.md index b6865be..e8994e9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

- +

This is a simple maze solver using OpenCV and Python. The maze is solved using the A* algorithm from the NetworkX library. diff --git a/images/solved.png b/images/solved.png new file mode 100644 index 0000000..6000d25 Binary files /dev/null and b/images/solved.png differ