Project Info:
How can a bunch of random dots move to reconstruct a circle? Seems very intriguing… when in fact is very simple. It just requires a little bit of trigonometry to pre-calculate destination coordinates.
You’ll learn:
- How to use trigonometric functions
- How to generate random numbers
- How to use JavaScript objects to store complex structures