Implement 2x speed in tower of defense type game
- by Siddharth
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.
https://play.google.com/store/apps/details?id=com.nova.root&feature=search_result#?t=W251bGwsMSwxLDEsImNvbS5ub3ZhLnJvb3QiXQ..
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.