Wiki

Clone wiki

Html5GameEngine / Home

Welcome

This is a game demo made from scratch using JS and Html 5 Canvas, no dependencies needed, just clone the repository and open the index.html file on any up to date browser such as Chrome or Firefox.

In the root folder there is a server folder which has the PHP scripts and MYSQL Database for saving and retrieving the scores from the users who have completed the game, this is not a required feature to run the game, the scripts are called in the following files:

  • /engine/scenes/leaderboardscene.js
  • /engine/scenes/endingscene.js

Play live demo: http://blog.jahepi.net/game/index.html

Updated