This C++ graphics program visually simulates rocket launch, lunar journey, and successful landing, using simple animations and graphics.
- This C++ program uses graphics to simulate the Chandrayaan 3 moon mission.
- It starts by drawing the moon and Earth on the screen.
- A rocket, representing the mission, is drawn and animated to launch from Earth, follow a curved trajectory, and land on the moon.
- As the rocket reaches the moon, a success message is displayed, marking the successful culmination of the mission.