Implement 2x speed in tower of defense type game
Posted
by
Siddharth
on Game Development
See other posts from Game Development
or by Siddharth
Published on 2012-12-13T04:06:22Z
Indexed on
2012/12/13
5:18 UTC
Read the original article
Hit count: 390
andengine
I was currently developing tower of defense game and I want to implement 2x feature for my game. Game usually run with 1x speed that was normal speed of the game.
Here what 1x and 2x mean : 1x - mention normal speed of the game, 2x - mention the game object moves with double speed means user experience the fast game play.
I want to implement such functionality for my game. The functionality that I want contains in the game Medieval Castle game that was available in the market.
The screen shot also shows the 1x and 2x button in that game. I think for 2x speed of the game I have to increase the speed of each object that were in the game.
So any member please help what to do for that implementation. Only idea become enough for me.
© Game Development or respective owner