An N-body simulation in Scratch. It is a fixed time step numerical simulation of GMm/r^2 gravity simulation. To add more masses, do the following steps: - Copy the sprite "1". - Rename the new sprite to the next integer (like "4"). - In the "initialization", change the id variable to the name of sprite, and set the mass, speedX, speedY, x and y as you like. - Go to Stage and click on the block there. - Visit all sprites from 1, double click initialization. The end result should set the id's in the "list" list variable, and masses in the "massList" variable. - Press the green flag.