OpenCV Snake Game

OpenCV project

 

 

I have built this project using the CVZone Hand tracking module, which uses MediaPipe, an open-source ML library by Google.

The basic functioning of this project is similar to the Snake Game project, with the main difference being Game over logic, for which the Polyline function of the cv2 module is used which calculates the minimum distance of the Snake’s head(Your index fingertip) to the snake’s body.

Next Project

CV Volume Controller