Monday 17 June 2013

Pikachu Run 2D platform runner game in unity 3D


Pikachu Run

The Game Contains a player (Pikachu) that runs indefinitely till the game is over.the distance covered by player is measured in meters .the player runs on obstacles that are above the ground.if the player falls on the ground the game is over.in between the player gets flying power.if the player uses this power he can fly till the power get over.this game is a sidescroller game that has auto parallax background implementation.
Engine :Unity3D (4.1.3)
Platform:Anroid(480*320)
Language: C#

http://www.youtube.com/watch?v=d7JrRieFwB8&feature=em-upload_owner

Friday 31 May 2013

Fire Man 2D Game in unity 3D

Fire Man
            The player is the fire character he is having 10 lives he can walk left and right to collect the fire stones .if he collides with the water drop his life will get reduce.
Engine :Unity3D
Platform:Anroid(480*320)
Language: C#

 Link:
 http://www.youtube.com/watch?v=lomwiQLQgDQ&feature=em-upload_owner

Saturday 11 May 2013

Cracy Car 3D racing prototype in unity 3D


Crazy Car
We need to complete the level without colliding the obstacle(Now rock has been placed for prototype) .
Car model has been made in unity. For wheels animation has been done in unity itself.
Engine :Unity3D
Platform:PC(Windows)
Language: C#


Link:
http://www.youtube.com/watch?v=N8QgZ3tfes0

Match the balls 2D Game in Unity 3D

Match Color Balls :
Random color balls will come from left to right. we need to match the similar color balls. If we make 3 balls of same color, respective balls will be destroyed and score will be updated. It's basically High score game, within 5 mins you need to beat the high score

Engine :Unity3D 4.0
Platform:PC(Windows)
Language: C#

Link:

Tuesday 11 December 2012

Box Breaker 3D game in unity 3D

Unity 3D Game:
Box Breaker:
       This game is first person shooter game. The helicopter (Ball in this prototype) will be throwing time bombs(Blocks) and we need to dispose those is the aim of the game. Time independent and we need to destroy all the helicopters in the level to finish the game.

Game Play Video:

shooting star unity 3D game

Unity 2D Games

The Shooting Star
I've developed 2D game in 3D Platform of unity. I've used is prefabs for the shooting mechanism. High score   is 1000 and the aim the game is to get 1000 points by shooting the asteroids.The replay ability of the game is that as soon the player shoots asteroids the fast of upcoming asteroids will be more.

Game Play video:





Saturday 28 July 2012

TIC TAC TOE C++ and Direct X 9.0 2d Game

TIC TAC TOE

This is My First Game in Direct X



  1. The game is played on a grid that's 3 squares by 3 squares.
  2. You are X, your friend (or the computer in this case) is O. Players take turns putting their marks in empty squares.
  3. The first player to get 3 of her marks in a row (up, down, across, or diagonally) is the winner.
  4. When all 9 squares are full, the game is over. If no player has 3 marks in a row, the game ends in a tie.
Game Play Video: