Skip to content

Commit 636bf85

Browse files
Create README.md
1 parent 6c11af6 commit 636bf85

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

SnakeGame/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Implementing Snake Game using OpenCV and Python
2+
3+
This folder contains the code for implementing the famous snakes game in Python using OpenCV. The tutorial for this code can be found at [Snake Game with OpenCV Python](https://www.learnopencv.com/snake-game-with-opencv-python/)
4+
5+
## USAGE
6+
7+
```
8+
python snake.py
9+
```
10+
11+
# AI Courses by OpenCV
12+
13+
Want to become an expert in AI? [AI Courses by OpenCV](https://opencv.org/courses/) is a great place to start.
14+
15+
<a href="https://opencv.org/courses/">
16+
<p align="center">
17+
<img src="https://www.learnopencv.com/wp-content/uploads/2020/04/AI-Courses-By-OpenCV-Github.png">
18+
</p>
19+
</a>

0 commit comments

Comments
 (0)