CMPE 202 - Loops
All the code changes are present in the dev branch instead of master branch.
Loopy Bird Game using MelonJS game engine
Technologies that would be used in designing the game:
1. MelonJS Game Engine
2. NodeJS and NPM
3. Grunt Manager
4. Tween - Tweening engine for animations
Burndown Chart-Sprint Task Sheet
New Features
- New Difficulty Levels have been added to expand the game.
- Different Strategies for scoring in the game has been changed.
- Menu for New Game, How to play, HiScore, etc. has been added.
- Pause/Resume game
Play the game locally
Install latest version of node (installation)
Go to the source code directory and install npm packages mentioned in the package.json.
Build the MelonJS game
Connect to the game developed using MelonJS open source engine
Play the game at 0.0.0.0:8001 on the browser.