[an error occurred while processing this directive]

Partner Work 1 - Pac-Man meets Mickey Mouse

[an error occurred while processing this directive]

Directions

First, watch the video below. Then see additional instructions below.

Your browser is not capable of showing Flash movie files. Unfortunately, you will not be able to access this movie.

Create the application illustrated in the video by writing Java and Processing code using the Eclipse IDE, subject to the following constraints.

  1. Start by importing pw1DrawStuff.zip into Eclipse.
    Use the Eclipse Basics if you need assistance importing a project.
  2. You may draw the blue and pink regions anyway you'd like
  3. You may draw the X anyway you'd like
  4. You must use Java Methods to handle the drawing of Pac-Man and Mickey Mouse.

The colors, locations, and sizes of your visual elements do not have to match the video pixel-for-pixel. They just need to be close to what you see in the video. For example, the X should involve lines thicker than a single pixel, but they do not have to be exactly 10 pixels like in the video. Pac-Man should be yellowish, but doesn't have to be exactly (255,255,0).

Resources

Do not use any resources other than the ones listed below. In particular, do not search the Web for code samples and don't search some someone who has taken the class in the past. The point of these exercises is to create code on your own, not to find an answer that has already been created.

Grading

Recall that partner work assignments are worth 30 points each. Refer to the syllabus for more course grading information.

You can also pick up a few bonus points.

Submission

Each pair will submit 1 file by taking two actions: submitting to Moodle and sending an email. Details are below.

  1. Ensure that each pair member's name appears as a comment at the top of the code file. Replace the YOUR NAME HERE text at the top of the file with the correct names.
  2. Upload the Pw1DrawStuff.java file to Moodle. This file is located your workspace folder, then the pw1DrawStuff folder, then the src folder, then finally the pw1drawstuff folder.
  3. Email the Pw1DrawStuff.java file contents by copying the code and then pasting in an email message to the instructor and to the other member of the pair.
  4. Each pair will submit only once. Only one person of the pair should submit to Moodle. Only 1 person should send email. Ensure that each member of the pair has a copy of the submission.
[an error occurred while processing this directive]