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
- Host: GitHub
- URL: https://github.com/bistcuite/dinohandgame
- Owner: bistcuite
- License: mit
- Created: 2021-09-20T08:55:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-01T04:47:34.000Z (over 4 years ago)
- Last Synced: 2025-02-28T05:36:47.840Z (over 1 year ago)
- Topics: hand-detection, hand-gesture-recognition, mediapipe, mediapipe-hands, opencv, opencv-python, python
- Language: Python
- Homepage:
- Size: 1.97 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**