From 161862850876868629b588002214d2ee22f444d6 Mon Sep 17 00:00:00 2001 From: Sanskar Sinha <42944270+SanskarrSinha@users.noreply.github.com> Date: Sat, 13 Oct 2018 16:17:53 +0530 Subject: [PATCH] added if comment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac771b2..603af2e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -Modern Snake Game using Computer Vision which uses Color Detection, Placing PNG image over another image, checking for intersecting lines and drawing on an image. You need to have Python3 and OpenCV installed to run the program. Enjoy! Feel free to report any bugs. +Modern Snake Game using Computer Vision which uses Color Detection, Placing PNG image over another image, checking for intersecting lines and drawing on an image. You need to have Python3 and OpenCV installed to run the program. Enjoy! Feel free to report if any bugs.