A simple computer-vision based mini-game built using Python, MediaPipe, OpenCV, and Pygame.
You control the player using your hand gestures, raise your hand (open palm) to make the character jump and avoid obstacles.
- ๐ Hand Gesture Detection (powered by MediaPipe)
- ๐ฎ Player Jump Control using open-hand gesture
- ๐งฑ Random Obstacles that move toward the player
- ๐ Score System that increases as you survive longer
- ๐ท Real-time webcam input
- โ Game Over + Restart system
Install dependencies:
pip install mediapipe opencv-python pygame numpy