HelloMum / Shared-Mobility-Adventure-Game

Final Project: Shared-Mobility Adventure Game COMP30820 Java Programming (Conv)
GNU General Public License v3.0
0 stars 0 forks source link

Player speed should be limited #26

Closed HelloMum closed 5 months ago

HelloMum commented 5 months ago

The player can spam the key command to go faster as the keypresses permit, the solution should create a constant speed that can be tuned from outside of the class. This should fixed from the GameElement implementation to suit all the elements. This shouldn't break the actual implementation and admit overriding it.

PYevan commented 5 months ago

I will work for speed today but will be late

PYevan commented 5 months ago

made it