Gate Check #1 - Initial Functionality
Go Back to the Assignment Description
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.
Approximately 50 lines of code (including spaces, comments, and variable declarations)
When you have completed this gate check, you should be able to see the initial simulation elements (they will not be animated).