This is a program that attempts to simulate a meteor around a planet through the windows console. The code uses the conio.h library to move the cursor and change the text color. It’s fairly simple to use and has a small menu that is executed at the start of the program. In case the the meteor reaches the boundary of the console, it will elastically collide the boundary and continue to bounce around the confined space.

image

image

Github Repo:

MeteorSim