https://github.com/moralcode/dinodemo
An oversimplified remake of the google chrome dinosaur game for teaching javascript basics to a middle school level audience
https://github.com/moralcode/dinodemo
Last synced: 10 months ago
JSON representation
An oversimplified remake of the google chrome dinosaur game for teaching javascript basics to a middle school level audience
- Host: GitHub
- URL: https://github.com/moralcode/dinodemo
- Owner: MoralCode
- License: unlicense
- Created: 2019-08-10T02:57:12.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-01-17T03:03:54.000Z (about 5 years ago)
- Last Synced: 2025-02-13T08:19:49.896Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DinoDemo

DinoDemo is an intentionally oversimplified remake of the google chrome dinosaur game for teaching javascript basics to a middle school level audience. It has all the basics aspects of the chrome dinosaur game such as:
- jumping and squatting (up and down arrow keys)
- both cacti and pterodactyl-like obstacles
- score keeping
- messages upon death
The game is implemented in simple client-side javascript with only basic HTML, CSS, and javascript and placeholder images.
Some ideas for things that can be added to this are:
- make ducking last for as long as the arrow key is held down
- change the game to accept different keys, such as space, click, or W to jump, and S to squat
- change the images (or create your own) to be the dinosaur/cacti .etc
- add new obstacles