pkali / scorch_src

Scorch - Scorched Earth demake for Atari 800 / 5200
The Unlicense
40 stars 7 forks source link

Dynamic power & angle control #75

Closed 6502adam closed 2 years ago

6502adam commented 2 years ago

Sometimes it takes quite a long time to adjust the power. I suggest that when player constantly holds the same direction of the joystick, the power change interval increases, i.e. that it jumps first by 1, then by 2, 3, etc. Similarly, such a modification of the controls can be introduced when rotating the barrel (for consistency).

mikerro commented 2 years ago

Seems similar to #54

pkali commented 2 years ago

Angle fix when #87 done.

pkali commented 2 years ago

How it works - when you press joystick up (down) it is adding 1, but when you hold for 1/2s it starts adding 10. After 2.5s it returns to adding 1 again, because this was easier and you are in the top force levels anyway. Timings should be the same in PAL and NTSC machines.