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

https://github.com/idaljeetsingh/t-rex-ai

Self playing chrome's game T-Rex Dino
https://github.com/idaljeetsingh/t-rex-ai

Last synced: 2 months ago
JSON representation

Self playing chrome's game T-Rex Dino

Awesome Lists containing this project

README

        

# T-Rex-AI

# Description:
A python applet which plays the T-Rex Dino game of "Chrome" web browser automatically.
> The chromedriver included with this repository is currently for Windows Platform.
> To use the project on other platforms, download the selenium chromedriver for your platform and proceed further.
# Libraries:
* Selenium
* OpenCV

# Usage:

Start the project by creating a virtual environment, as it's using OpenCV v3.4.5.20.

* Create a virtual environment & activate it.
* Execute the command to install the required libraries.

pip install -r requirements.txt

The project will be ready to use.