Alice Lab 6

You will hand in a Word document containing Your name, date, and lab and problem title. E.g.:

            Angela Student
            7 November 2011
            Lab 6
 
For each world you will include in the Word document
  1. The exported code for World my first method (select export code for printing and highlight World My First Method)
  2. The code for each of the methods or functions  you have written.
  3. The code itself must contain Alice comments including  one at the beginning which includes your name, problem  title and date.
  4. A picture taken of the scene and printed out (you can insert the captured image into a word document or web page and insert  it

Refer to Section 5.1.2 as a guide for this problem. Suppose Scene 3 of a user story involves 10 penguins marching across a snowy landscape. Implement a program that captures the following portions of the march:

·         10 penguins stand at rest on a snowy landscape

·         The 10 penguins are initially facing the camera

·         The 10 penguins simultaneously turn to the right 1/4 revolution

·         The 10 penguins then move forward until they disappear from the screen

 

Hint: the last action can be implemented using a nested looping structure.