An open API service indexing awesome lists of open source software.

https://github.com/bistcuite/dinohandgame

Play chrome dino game with your hands
https://github.com/bistcuite/dinohandgame

hand-detection hand-gesture-recognition mediapipe mediapipe-hands opencv opencv-python python

Last synced: about 2 months ago
JSON representation

Play chrome dino game with your hands

Awesome Lists containing this project

README

          

# Play Chrome Dino Game With Your Hands
Play Game With Your Hands

## Get Started
1. Clone this repo
```
$ git clone https://github.com/bistcuite/DinoHandGame
$ cd DinoHandGame
```
2. Run dino game in chrome(a chrome dino game exists in the `DinoHandGame/game` folder)
3. Install requirments
```
$ pip install -r requirments.txt
```
4. Run main python file
```
$ python main.py
```
5. Go to game webpage
6. Fist your hand to jump the dino

## How to conribute this project?
- fork repo
- clone repo
- add your changes
- push to forked repo
- send a pull request for me

## License
**MIT**