DoodleFall a JavaScript game inspired by the popular mobile game "Doodle Jump".
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.
- Control the Doodle with "<" and ">" keys
- Timer keeps track of the time you successfully stayed alive
- Vanilla JavaScript game logic and event handlers
- DOM manipulation and rendering
- Webpack to bundle and serve up scripts
- Object-oriented programming and class inheritance
- 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