Skip to content

An oversimplified remake of the google chrome dinosaur game for teaching javascript basics to a middle school level audience

License

Notifications You must be signed in to change notification settings

bit-by-bit-coding/DinoDemo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DinoDemo

screenshot of gameplay

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

About

An oversimplified remake of the google chrome dinosaur game for teaching javascript basics to a middle school level audience

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.9%
  • CSS 8.9%
  • HTML 6.2%