Rocket Landing Simulator

Gate Check #1 - Initial Functionality
Go Back to the Assignment Description

Part 1 (Overview) - Part 2 (Getting Started) - Part 3 (Initializing the Sim) - Part 4 (Terrain) - Part 5 (Rocket) - Part 5 (Boat)

Overview

In this gate check, you will set up the game's starting state. You will randomly generate the rocket and landing boat's starting (x, y) coordinates, and create a random landscape (land & water). You will then implement the basic drawing functions in order to display the game elements in the graphics window.

Estimated Workload

Approximately 50 lines of code (including spaces, comments, and variable declarations)

Expected Outcome

When you have completed this gate check, you should be able to see the initial simulation elements (they will not be animated).

Click Here to Go To the Next Section