Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 917 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 917 Bytes

My Little Platformer

![Image of gameplay] (http://img.photobucket.com/albums/v232/Ravon/Screenshot%20from%202015-03-25%20223218.png)

Video demo: https://www.dropbox.com/s/q9fwdu6obbmvf40/platformer.mp4?dl=0

A platform game created using HTML5 Canvas API and grit. Just double click on game.html to play.

Features:

  1. You can shoot monsters
  2. You can teleport via portals
  3. You can collect coins
  4. Movable platforms
  5. A pesky intelligent bat which will be chasing you
  6. Multiple levels and highscore board
  7. God mode

Features to be done:

  1. Monster can shoot bullets
  2. Disappearing platforms
  3. Zoom feature

Misc.

Best performance in Chrome.

Audio cannot play if the next sound clip is activated too fast after the previous one (e.g. try killing monsters in quick succession).

I didn't separate out the files into game.html and game.js. Code quality is not good either. Sorry about that.