In this assignment, you will write a processing program that generates a drawing of an x-wing and tie-fighter from Star Wars. Below is an example image, in case you haven’t seent the movies.
You will write a program in processing that draws a front-view picture of these two spaceships in space. Your program should generate a window that looks very similar to below:
This rendered image must have the following characteristics:
Ultimately, the image does not have to be pixel-for-pixel identical to the example. You may take some creative liberty, but it must be similar and fulfill all of the above requirements.
You should name your code file x_wing_tie_fighter.pde
.
You should only use the features of processing we’ve discussed in class so-far.
If you have questions about whether or not a particular feature can/should be used, ask the instructors!
All of your programming should be well-formatted and easy for the graders to read and comprehend. You should follow the style guidelines that we have discussed in class. Each program file should have a header comment at the top that has roughly the following format:
//
// Author: Student Name
// Description:
// A short description of what this program does!
//
It is due on 1/26/2018 at 5:00pm.
Turn in each of the files described in the spec (1 total) the the assignment 2 dropbox in D2L before the due date. Make sure to name the files exactly as this document specifies. In general, make sure to follow these instructions precicely. If you don’t, we will deduct points!!!