https://github.com/danielesteban/gunner
An html5 2d platform game engine
https://github.com/danielesteban/gunner
Last synced: about 1 year ago
JSON representation
An html5 2d platform game engine
- Host: GitHub
- URL: https://github.com/danielesteban/gunner
- Owner: danielesteban
- Created: 2011-05-23T22:48:16.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-05-24T08:08:57.000Z (about 15 years ago)
- Last Synced: 2025-04-06T23:38:34.967Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://danielesteban.github.com/Gunner/
- Size: 281 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GUNNER
=============
This is a 2d game engine that i did code on flash(as3) a long time ago and now i refactored the whole thing into javascript with the html5 canvas tag.
You can test the demo over here: http://dEsteban.github.com/Gunner/
The idea is to build the levels on real time with a json string coming from a server (mongo for example)... there's also an editor in progress. (well, not in progress, but i thinked of it ;P)
Anyway, that's pretty much it.
p.s.: Soon i will drop a few more lines as documentation for the framework and how my lame physics work.. but i think is pretty straightforward.