To get started open cmd and type
pip install pygame
pip install opencv-python mediapipe
A space invader game that uses computer vision to detect body movements that controls the movement of the player in the game. (e.g. Left hand up to move to the left)
- Game menu + highscore
- Health powerups
- Triple shoot powerup
- Computer vision to control movement
- Explosion Animation
- Pygame
- MediaPipe
Tutorial / Reference
Resources