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
- Host: GitHub
- URL: https://github.com/idaljeetsingh/t-rex-ai
- Owner: idaljeetsingh
- Archived: true
- Created: 2019-08-30T09:44:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T22:41:14.000Z (almost 3 years ago)
- Last Synced: 2025-02-20T06:44:45.216Z (4 months ago)
- Language: Python
- Size: 3.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.