https://github.com/paiswillie/chrome-dino
Recreation of Google Chrome's Dino Run game using Turing programming language.
https://github.com/paiswillie/chrome-dino
chrome-dino game recreation turing
Last synced: 6 months ago
JSON representation
Recreation of Google Chrome's Dino Run game using Turing programming language.
- Host: GitHub
- URL: https://github.com/paiswillie/chrome-dino
- Owner: PaisWillie
- Created: 2019-10-18T00:44:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-23T15:48:49.000Z (about 5 years ago)
- Last Synced: 2025-02-13T10:24:07.978Z (8 months ago)
- Topics: chrome-dino, game, recreation, turing
- Language: Turing
- Homepage:
- Size: 181 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chrome-Dino
My first programming side project!A recreation of Google Chrome's Dino Run game using Turing programming language.
To play the original game (Created by Google),
1. Enter `chrome://dino/` in the web address on a Google Chrome browser
1. Press space bar to start the game### Game Demo
### Features
* Different cactus size and spawn rates at random intervals
* Speed incrementation based on score interval
* Pterodactyls spawn after reaching score minimum
* Jumping mechanics with quick fall when ducking
* Ducking ability to avoid obstacles
* Hitbox detection between dinosaur, pterodactyls and cacti
* High-score tracking and live score counting