An example of using the Game Engine to create a simple platformer.
This version of the engine is made to look like the original gameboy.
The game currently implements a player being able jump about a scrolling level.
Movement is now done by tilting if the device supports it.
Could be a good start for a full blown game?
Just click on the view source button, copy/paste it into a text editor and save as an .htm file.
Any decent modern browser should be able to run it although I have only tried it in Chrome and Firefox to date.
Basic Game</pre> <style><!-- Body { background-color: #181818; color: #ffffff; margin: 0px; } Canvas { position:fixed; } #counter { position:absolute; bottom:0; right:0; color:#ffffff; } --></style> <pre> <canvas id="myCanvas">Sorry... your browser does not support the canvas element.</canvas> counter