https://github.com/vishwajeetk5/rocket_cpp_graphics
This C++ graphics program visually simulates rocket launch, lunar journey, and successful landing, using simple animations and graphics.
https://github.com/vishwajeetk5/rocket_cpp_graphics
cpp fun graphics
Last synced: about 1 year ago
JSON representation
This C++ graphics program visually simulates rocket launch, lunar journey, and successful landing, using simple animations and graphics.
- Host: GitHub
- URL: https://github.com/vishwajeetk5/rocket_cpp_graphics
- Owner: vishwajeetk5
- Created: 2023-09-05T13:53:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-06T16:30:45.000Z (over 2 years ago)
- Last Synced: 2025-02-15T12:45:13.150Z (over 1 year ago)
- Topics: cpp, fun, graphics
- Language: C++
- Homepage:
- Size: 77.1 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rocket_Cpp_Graphics
This C++ graphics program visually simulates rocket launch, lunar journey, and successful landing, using simple animations and graphics.
1. This C++ program uses graphics to simulate the Chandrayaan 3 moon mission.
2. It starts by drawing the moon and Earth on the screen.
3. A rocket, representing the mission, is drawn and animated to launch from Earth, follow a curved trajectory, and land on the moon.
4. As the rocket reaches the moon, a success message is displayed, marking the successful culmination of the mission.
