
3D Hartwig Chess Set Master
3D chess game done in HTML/CSS/JS. See it in action : http://codepen.io/juliangarnier/full/BsIih Libraries Photon : http://photon.attasi.com Chess.js : https://github.com/jhlywa/chess.js
3D chess game done in HTML/CSS/JS. See it in action : http://codepen.io/juliangarnier/full/BsIih Libraries Photon : http://photon.attasi.com Chess.js : https://github.com/jhlywa/chess.js
This is the sample game that is built in the first three Chapter of mobile HTML5 Game Development. It is released under both the GPL and MIT license to do with what you will. Playable Version: http://cykod.github.com/AlienInvasion/ Bit.ly link for mobile: http://bit.ly/html5-invasion
This is a remake of the space invader phaser example, which you can find here: http://examples.phaser.io/ This remake is made with require.js, which breaks up the code into modules. Modules are in assets/javascript/module Code is more organized thanks to State and Statemanager class from Phaser. You can find the states in assets/javascript/state I used Phaser 2.0.1(no Physics) from the Dev branc... More