Skip to content

Small personal project made utilizing computer vision to create a game you can play with your webcam.

Notifications You must be signed in to change notification settings

AngeloPorcella/hand_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Overview

A simple game created using OpenCV and MediaPipe. This is an AR game similar to what you would find on the XBOX Kinect. Hand tracking via the MP library allows you to "hit" randomly spawned shapes using your webcam. After 10 have been hit, you win! Watch out, each shape can de-spawn after a set period.

Setup

Requires Numpy, OpenCV, and MediaPipe

Run the commands:

pip install opencv-python
pip install mediapipe
pip install numpy

Made by Angelo

About

Small personal project made utilizing computer vision to create a game you can play with your webcam.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages