In this project we explore the N-body Chase problem. The bodies chase one another according to the following rules: 1)The bodies are initially evenly spread on a circle 2) Each body chases the next one in order. For example, the first chases the second, the second chases the third,... and the last chases the first. For large values of N you may wish to use the Turbo Mode (shift+green flag)
Press Space for new simulation Press CTRL + M for better pen graphics I changed the code of my last project so that on every iteration it traced the outline of the different points in order. this makes a cool folded ribbon effect.