Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 868 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 868 Bytes

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 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!