Using pure console to simulate the movement of astronomical objects.
This is a program using ascii characters to simulate and illustrate the movement of object. You can put a lot of objects into the system, setting their initial status such as mass, position and velocity. Then these objects will start to move following Newton's laws of motion。gcc -o asciiphysx main.c -lm
Just follow the instuctions of compiled program. When input the initial physical information, you should follow the required format.