Task 1: Random Movement

This simulates random movement. A particle spawns in the middle, and every frame, it picks a random angle, and steps forward in that direction. The particle does this 30 times before a new particle is simulated.

The graph next to the simulation shows each particle's final position (red being the y value, and blue beign the x value), and plots a normal distribution to show the likelyhood of a particle being in a certain x and y