https://github.com/coding-ai/eyeblinkedtrex
https://github.com/coding-ai/eyeblinkedtrex
chrome-dino chrome-dino-game chrome-dinosaur-game chromedriver computer-vision computer-vision-opencv dino dino-game dinosaur-game opencv opencv-python python python-3 python-game python3 pythonselenium selenium selenium-webdriver trex-game trex-runner
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/coding-ai/eyeblinkedtrex
- Owner: coding-ai
- Created: 2020-08-16T13:23:59.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-16T14:17:38.000Z (about 5 years ago)
- Last Synced: 2025-04-28T14:11:25.946Z (6 months ago)
- Topics: chrome-dino, chrome-dino-game, chrome-dinosaur-game, chromedriver, computer-vision, computer-vision-opencv, dino, dino-game, dinosaur-game, opencv, opencv-python, python, python-3, python-game, python3, pythonselenium, selenium, selenium-webdriver, trex-game, trex-runner
- Language: Python
- Homepage:
- Size: 74.1 MB
- Stars: 24
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# T-Rex Run! - Chrome Dinosaur Game controlled by real-time eye blinks
In this repository you can find a program to play the famous Chrome Dino, 100% controlled by your eyes!
## Prerequisites
You will need to install the following packages:
* selenium
* keyboard
* dlib
* opencv-python
* scipy
Create a virtual environment in conda:
`conda create -n [your_env_name] python=3.7`
then install the previous mentioned packages:
`pip install [package_name]`
## Usage
Fork and clone/download the repository and change the configuration file with:
* The driver path to your downloaded driver.
If you need help with this step, you can look at my [YouTube video ](https://www.youtube.com/watch?v=6plKL95a134&t=6s) to help you configure it.
Turn off your Wi-Fi / internet access.
Run `python main.py`
Please feel free to comment or give suggestions!
Have fun!