A Simple HTML5 Game
My son is having summer vacation and he wanted to learn animation and create games. He had learnt Flash and ActionScript a couple of years back. So he started developing a game in Flash. However he...
View ArticleCollision Detection in HTML5 2D Games
// I wanted to make the Simple HTML5 Game I had created a couple of weeks back a little more interesting. I decided that I would add some obstacles in the way of the moving object. The goal then would...
View ArticleSprite Animation in HTML5 Canvas with KineticJS
// If you want to simulate motion with repeated display of a set of images, where each image correspond to one position in a series of positions in motion, then you can do this easily with sprite....
View ArticleSingle Wicket Cricket – A 3D Game
I tried my hand at a low-poly 3D game development with ‘Single Wicket Cricket’ game. This is not a typical Cricket where two teams play against each other. In this game you are the main player – the...
View ArticleFeed-Fish Game
This is another Unity game I developed recently, may be a bit silly one but I enjoyed creating it and learned a few new things. In this game you navigate the fish to ‘eat’ numbers. Higher the number...
View Article