Homework 2
In groups of 2: Write a story consisting of at least 2 characters
that each have at least two methods each to move in a semi-realistic fashion.
Each character should use at least two method a couple times. Write your program
using divide-and-conquer so that my_first_method() contains an inorder control
and no more than four statements. (Note: exercises 2.3 and 2.4 would satisfy
this assignment.)
How to do the group work:
the screenwriter:
Here is a movie showing what to
do as the screenwriter
- write a story broken into scenes and shots.
- You can tell the other group members what they need to teach their characters,
or use what they tell you.
- create one character
- teach it 2 methods.
- Give that character your own name. (If it were a skater, I would name the
object skaterPepper.)
- Export the object
- upload it to the discussion board "assignment team work area Discussion
Forum"
- tell the programmer everything is ready to go
- When the programmer is done, download the world and test it.
- Submit the world to "assignment 2 - due Wed 9/09 "
- Step by step instructions
the programmer: Here
is a movie showing what to do as the programmer
- import all the characters from your teammates. (They will be on "assignment
team work area Discussion Forum")
- create the character assigned to you and teach it to do some action
- code the story the screenwriter wrote.
- save the entire story to your desktop
- go onto the moodle board "assignment team work area Discussion Forum"
and click on your teams entry. Click Reply and upload the world you created.
- Tell the screenwriter that the world is ready for testing.
- Step by step instructions