Skip to content

michaelzhu1/DoodleFall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DoodleFall


DoodleFall a JavaScript game inspired by the popular mobile game "Doodle Jump".

Background

Unlike "Doodle Jump", user is trying to make the Doodle staying alive by falling downwards. The ultimate goal of the game is to stay alive for as long as possible.

Play now!

Controls

  • Control the Doodle with "<" and ">" keys
  • Timer keeps track of the time you successfully stayed alive

Architecture and Technologies

  • Vanilla JavaScript game logic and event handlers
  • DOM manipulation and rendering
  • Webpack to bundle and serve up scripts
  • Object-oriented programming and class inheritance

game demo

Bonus Feature

  • Sprite has a health bar and regain some of its health when it lands on a special "healthBlock"
  • User can get items such as extra life or making itself smaller
  • Two player can play at the same time to compete against each other
  • Add a backend to record player's name and best time

About

Made with Vanilla JavaScript and ❤️

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published