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.
- 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.
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