https://github.com/real-jiakai/jules-dino-game
This project is a clone of the popular offline dinosaur game found in the Google Chrome browser. The game is built using HTML, CSS, and JavaScript.
https://github.com/real-jiakai/jules-dino-game
dino game jules
Last synced: about 2 months ago
JSON representation
This project is a clone of the popular offline dinosaur game found in the Google Chrome browser. The game is built using HTML, CSS, and JavaScript.
- Host: GitHub
- URL: https://github.com/real-jiakai/jules-dino-game
- Owner: real-jiakai
- Created: 2025-05-20T00:26:17.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-05-20T00:49:22.000Z (5 months ago)
- Last Synced: 2025-08-11T23:49:25.054Z (about 2 months ago)
- Topics: dino, game, jules
- Language: JavaScript
- Homepage: https://real-jiakai.github.io/jules-dino-game/
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jules-dino-game
## Introduction
This project is a clone of the popular offline dinosaur game found in the Google Chrome browser. The game is built using HTML, CSS, and JavaScript.
Players control a dinosaur that must jump over upcoming obstacles (cacti). The game features include:
* A controllable dinosaur character with jumping mechanics.
* Randomly generated obstacles moving towards the player.
* Collision detection to determine when the dinosaur hits an obstacle.
* A scoring system that increases as the game progresses.
* A game over and restart functionality.The game currently uses basic geometric shapes as placeholders for the dinosaur and obstacles. Future enhancements could include custom sprite graphics, sound effects, and more complex obstacle types.
## Acknowledgements
This project was primarily developed by Jules, a programming agent from Google. Thank you for the assistance!