bryonwinger / phaser_demo

adding onto the phaser demo found at http://www.photonstorm.com/phaser/tutorial-making-your-first-phaser-game
0 stars 0 forks source link

phaser_demo

This is a simple project used for learning more about the Phaser framework.

Currently, the bulk of the code was adapted from the tutorial found at http://www.photonstorm.com/phaser/tutorial-making-your-first-phaser-game.

Next steps:

I'd also eventually like to figure out how to implement class-like functionality ala Prototype

Getting Started

To see it in action, you'll need to fire up a local web server (Apache or other like-minded friends) and grant access to the root directory of the repository. Point your browser to index.html and you should be all set.