Due 11-15 (7 days)
For this weeks work, you might want to continue to keep the MDN Canvas Reference reference handy.
We continue to explore random walks and simulations this week. We have been talking about arrays and lists. This weeks challenge is to implement a simulation with a multitude of simulated agents. Choose one of A, B, or C below.
2016-SWC/ps-09/index.html
.ps-09
).Continue to work on your random walker from ps-08. If you had one random walker last week, add more agents performing the same action at the same time.
Create a simulation with canvas that simulates snow falling, and (bonus) accumulating on the ground.
Create any simulation you like, so long as multiple 'agents' are simulated at the same time. I recommend keeping an array of simulated agents.