https://github.com/ravijo/autotrex
Let the Computer Play TRex
https://github.com/ravijo/autotrex
chrome javascript trex trex-game trex-game-hacks trex-runner
Last synced: about 1 month ago
JSON representation
Let the Computer Play TRex
- Host: GitHub
- URL: https://github.com/ravijo/autotrex
- Owner: ravijo
- License: mit
- Created: 2022-05-29T11:07:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-16T02:27:52.000Z (over 2 years ago)
- Last Synced: 2025-02-01T10:11:17.966Z (3 months ago)
- Topics: chrome, javascript, trex, trex-game, trex-game-hacks, trex-runner
- Language: JavaScript
- Homepage:
- Size: 2.21 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AutoTRex
Let the Computer Play T-Rex**Using vanilla JavaScript, automating T-Rex Dinosaur Game - Chrome Dino Runner**
![]()
Computer playing T-Rex Dinosaur Game## YouTube
https://www.youtube.com/watch?v=dFZlCKmCA8I## Highest Score
I kept my computer running for 6 hrs and then closed the game because it appeared to be a never-ending game. The score was 413791, as shown in the screenshot below:
## Run
1. Open Chrome browser and navigate to chrome://dino
2. Open the developer console by right-clicking on the page and selecting "Inspect"
3. Copy the content of the [game.min.js](https://github.com/ravijo/AutoTRex/blob/main/game.min.js) and paste it into the prompt
4. Press the Enter key to start the execution of the code, and then press the Space bar key on the page to activate the game
## Issues (or Error Reporting)
Please check [here](https://github.com/ravijo/AutoTRex/issues) and create issues accordingly.