From TechnoTip.com comes a new tutorial and video series: "From today lets learn HTML5 browser game development – applies both to desktop as well as mobile browsers. You’ll be able to build mobile game apps and launch it to play store or app store."

In this introductory video you’ll be learning:

  1. How to get started with Phaser.
  2. Download the library and incorporate it into your new game project.
  3. Running the game inside the server – in our case, we’re making use of Node server.
  4. Quick starter guide to initiate and run the game project.
  5. Placing the image in cache – using preload method.
  6. Placing the cached/preloaded image(sprite) on to the game stage/container – using create method.
  7. Setting the game stage / container background color.
  8. Resizing the stage/container and trick to make use of entire device screen for our game.

Read More