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
- Host: GitHub
- URL: https://github.com/uohzxela/canvas-platformer
- Owner: uohzxela
- Created: 2014-11-10T14:26:23.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-14T17:45:16.000Z (over 10 years ago)
- Last Synced: 2025-01-17T08:28:06.706Z (9 months ago)
- Language: HTML
- Size: 4.83 MB
- Stars: 6
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.