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
We need to make the sinusoid period dynamic, at the moment I believe is 4 and we should make it a random float number between 1 and 4. When the period finishes, we could update it, instead of updating it mid period which might be more complicated. We should try not to overthink this though, try to implement it in the easiest way possible
The text was updated successfully, but these errors were encountered:
Task description
We need to make the sinusoid period dynamic, at the moment I believe is 4 and we should make it a random float number between 1 and 4. When the period finishes, we could update it, instead of updating it mid period which might be more complicated. We should try not to overthink this though, try to implement it in the easiest way possible
The text was updated successfully, but these errors were encountered: