Whether talking about character movement or bouncing balls, sprite animation is a fundamental aspect of game development. There are a million ways to skin the cat with this but it all boils down to iterating through animation frames from within a loop. A simple javascript method for initiating an animation loop is to call setInterval [...]
Archive for the ‘javascript’ Category
How to Create an iPhone App Showcase Screenshot
October 16th, 2011
No Comments
From http://www.tabletbucks.com/create-an-iphone-app-screenshot-to-showcase-your-app/
Creating a PlayBook App from Old Content – Awesome RPS
May 6th, 2011
3 Comments
Spurred by a comment left on a previous blog post about ridiculously simple Javascript Rock Paper Scissors game, I thought I’d see how quickly I could turn the web version of the game into a self-contained app for the BlackBerry PlayBook. And it took virtually no time at all. The most difficult part was creating [...]
Javascript Rock Paper Scissors
February 12th, 2011
3 Comments
I was going through some old code of mine and, among other things, came across this Javascript Rock Paper Scissors game I made several years ago. Too much fun!









