llaske / sugarizer

Sugarizer is a web implementation of the Sugar platform to run on any device or browser
https://sugarizer.org
Apache License 2.0
197 stars 412 forks source link

Increasing the drop speed of the ball on pressing arrow down #1581

Closed SamarthBagga closed 4 months ago

SamarthBagga commented 5 months ago

1591

Added the functionality for users to press arrow down to increase the speed of the ball coming down as sometimes the user is able to bring the ball to the appropriate point but has to wait for the ball to come down. Here is how it looks -

screen-capture (7).webm

I have put a check so that the speed of the ball does'nt exceed a certain point as, if the speed is very high the ball bounces up very far. What do you think @llaske ?