diff --git a/README.md b/README.md index e8994e9..2c1de64 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # OpenCV Maze Solver

- - + +

This is a simple maze solver using OpenCV and Python. The maze is solved using the A* algorithm from the NetworkX library.