karanbhandari / Kaze

1 stars 0 forks source link

Timing issue with ball speed #51

Closed adil1508 closed 5 years ago

adil1508 commented 5 years ago

Ball's speed is randomized as a side effect. we do not want it right now.

we want controlled randomization.

Code change needs to be made in the getTimeFromSpeed method of Ball

Semantics:

adil1508 commented 5 years ago

This is done as past of Kaze27