This is a retro Space Invaders game with a twist of modern computer vision AI. it used mediapipe's hand detection model to control the game Based on the game made by Clear Code on youtube, all assets are his property.
In order to run the game, make sure you have the following packages:
- oepncv2
- mediapipe
- pygame
- imutils Run the following command to install the packages needed:
pip install opencv-python mediapipe pygame imutils
To run the game, simply execute the main.py file, you can use the following command on any OS:
python main.py
To quit the game, press on Q.