From 2dd1a9b963c51a0c942933bd235ae1a58198dd4d Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Thu, 1 Aug 2024 01:41:02 +0200 Subject: [PATCH] updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.