issues
search
novayo
/
Mario_cplus
MIT License
0
stars
0
forks
source link
Add Player Sprint/Speed POC
#28
Closed
tkwang0530
closed
3 months ago
tkwang0530
commented
3 months ago
Implemented sprint functionality by modifying the Player class to handle different acceleration and max speed values when the shift key is held down.
Added new attributes to the Player class: is_sprinting, normal_acceleration, sprint_acceleration, normal_max_speed, and sprint_max_speed.
Added friction concept