Skip to content

Ball Game is an interactive Python-based game that utilizes hand gesture recognition to control falling balls in real time.

Notifications You must be signed in to change notification settings

ispromadhka/CV_game_isp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Gesture-Controlled Ball Game

Welcome to the Gesture-Controlled Ball Game! This project uses hand gesture recognition to interact with a dynamic environment where falling balls are controlled through gestures. It is built using Python, OpenCV, and MediaPipe.

Features

  • Real-Time Hand Gesture Recognition: Detect hand gestures in real-time using your camera.
  • Interactive Falling Balls: Balls fall from the top of the screen, and you can interact with them using gestures.
  • Customizable Gameplay: Modify ball speed, size, and hand gesture controls for a unique experience.

Requirements

To run this project, you need the following:

  • Python 3.8+
  • OpenCV (opencv-python)
  • MediaPipe (mediapipe)

You can install the dependencies with:

pip install opencv-python mediapipe

About

Ball Game is an interactive Python-based game that utilizes hand gesture recognition to control falling balls in real time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages