An open API service indexing awesome lists of open source software.

https://github.com/uohzxela/canvas-platformer

HTML5 platform game done in Canvas
https://github.com/uohzxela/canvas-platformer

Last synced: 7 months ago
JSON representation

HTML5 platform game done in Canvas

Awesome Lists containing this project

README

          

# 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
3. Movable platforms
3. A pesky intelligent bat which will be chasing you
4. Multiple levels and highscore board
5. 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.