Problem Set 09:

Due 11-15 (7 days)

Reference:

For this weeks work, you might want to continue to keep the MDN Canvas Reference reference handy.

ps-09 Simulation II (the multitudes).

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.

A: Random Walkers.

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.

B: Accumulating snow.

Create a simulation with canvas that simulates snow falling, and (bonus) accumulating on the ground.

C: Choose your own multiple agent simulation.

Create any simulation you like, so long as multiple 'agents' are simulated at the same time. I recommend keeping an array of simulated agents.