You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, moving the player quickly is challenging.
To achieve this, you must either rapidly press the arrow keys to move the player in a particular direction, or if you hold the arrow keys down, the player starts moving with occasional lags, advancing pixel by pixel, which renders the game unplayable.
My suggestion is to introduce acceleration to the player's movement. When holding down an arrow key, the player's speed should increase gradually, depending on the duration of the key press. Releasing the key should reset the acceleration to zero.
This adjustment would allow players to evade enemies and navigate around obstacles more smoothly
The text was updated successfully, but these errors were encountered:
Currently, moving the player quickly is challenging.
To achieve this, you must either rapidly press the arrow keys to move the player in a particular direction, or if you hold the arrow keys down, the player starts moving with occasional lags, advancing pixel by pixel, which renders the game unplayable.
My suggestion is to introduce acceleration to the player's movement. When holding down an arrow key, the player's speed should increase gradually, depending on the duration of the key press. Releasing the key should reset the acceleration to zero.
This adjustment would allow players to evade enemies and navigate around obstacles more smoothly
The text was updated successfully, but these errors were encountered: