>> Play now! <<
Works best on Chrome. And on your touch pad / mobile as well! This project was an assignment for Multimedia Programming at the LMU Munich.
- Press space, hit the mouse or tap to jump. You need fuel to jump. To recharge, stop jumping and wait for a amount of time.
- Press M to mute/unmute the music.
- Obstacles spawn randomly. The longer you survive, the faster and more often they spawn.
- Upgrades are green and blue stars, which spawn randomly as well. The longer you survive, the more frequently they spawn.
- Green star: Fuels up jet pack and gives between 50 and 100 extra points.
- Blue star: Gives between 1000 and 2000 extra points.
- If you reach the top, you will lose all your velocity and all your fuel. So don't.
- Keep an eye on your fuel level. The less fuel you have, the lower you will jump and the longer delay before recharging.
If you're interested in the Cubase Project, please let me know.
0.0.5
- Background moves faster
- Balance:
- Obstacles move faster
0.0.4
- High score is now visible on the top right corner
- Removed some debugging output
- Fonts should look awesome on linux now to
0.0.3
- Fixed a bug where gravity was not frame-independent
- Music is now mutable (press m)
- Improved algorithm calculating obstacle frequency
- Improved algorithm calculating obstacle velocity
- Improved algorithm calculating upgrade frequency
- Balance:
- Increased laser probability
- Reduced volcano probability
0.0.2
- If the player hits the upper border, he will lose all velocity and all his fuel
- Balance:
- Recharge delay decreased
- Recharge length decreased
- Upgrades now spawn more frequently as time passes by
- Fixed a bug where the speed increased suddenly instead of steadily
- Removed pause menu (play or die)
- Instead of listening to keyUp, we now listen on keyDown (this confused some people)
- You can now use your mouse to jump as well
- Stargazer is now mobile friendly
- Green stars now give extra points
0.0.1 Initial release
- cd project_root/
- npm install
- bower install
- grunt dev
- localhost:9001