Skip to content

This is a Python-based Space Invaders game that uses hand detection to control the player's movements.

Notifications You must be signed in to change notification settings

SotchNam/Space-Invaders-with-Hand-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Space-Invaders-with-Hand-Detection

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.

Dependencies

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

Usage

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.

About

This is a Python-based Space Invaders game that uses hand detection to control the player's movements.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages