|
|
|
|
|
by jstanley
857 days ago
|
|
> the levels only increase the speed of the obstacles and not their density. But your speed is the same at every level. Instead of looking at the width of each obstacle, instead look at the amount of space that the obstacle covers during the time you are in its path. If it moves faster then it covers more space during the time it takes you to cross, so it is effectively wider. Imagine if the obstacles moved so fast that they crossed from one side of the screen to the other in the time it takes you to move up one line. You would never be able to pass any obstacle. |
|
Edit: actually thanks to their double thickness it does matter! I didn't think of that.