Games

Blockerz It's a well known puzzle game, I implemented it in C++ using OpenGL as an assignment of one of my internship interviews. The objective of the game is to insert the block into a hole and the player has to roll the block horizontally or vertically to move forward. March, 2012
Carom 3D The game is incorporated with beautiful visual effects like reflection etc. It is a simple single player game played between cpu and a human. I made my own implementation for the Physics and the Artificial Intelligence involved in the game. April, 2011
Viroidz It is a simple single player 2D flash game developed by var studios, I implemented it in C++ using OpenGL for my learning purpose. In this game, a bee gets stuck in the glass and floats on water. The player has to clear 2 levels with the leverage of 3 lives to win the game. The player has to combat with the bubbles by shooting them and receives points for each hit but if bubbles touch the bee then the player loses a life. February, 2011