Game Development Reference
In-Depth Information
Creating our TankRace environment
The name of the game itself suggests that it's a racing game, where there will be two play-
ers and tanks named the blue tank and the red tank. The tanks will be placed on either side
of the screen in the portrait mode on the iPhone and there will be two finishing lines, a blue
line and a red line, to be crossed by blue tank (let's say first player) and red tank (let's say
second player) respectively. The movement of player will be a touch based behavior and
the player whose tank crosses their finish line first will win and the other will lose. We will
be creating the environment for the game, TankRace, which will include adding players,
game background, and finishing lines.
Search WWH ::




Custom Search