Stardust (HTML5)

Post date: Sep 18, 2010 3:34:33 AM

With all the excitement surrounding html5 canvas element and webgl, i decided to try out and see what kinda performance i would be able to get out of just the canvas element for implementing a game.So i ported my pyweek11 entry to the browser using javascript + html5 canvas.

GamePlay:

Though the game is 2D i think the game play is where it shines. Easy to pickup but hard to master. The visual feedback using particle effects just looks amazing.

  • You move the mouse to set the direction for the ball to move.
  • Left click to make the ball move.
  • Make sure you don't touch the red "enemies"
  • Unlock Achievements
  • Single Powerup to blast all enemies.

Game Developed for Fun, Sept 2010

You can grab the source code from here (stardustjs is the source) LAUNCH GAME