CS 101 Alice Assignment
CS 101 Alice Assignment
Due by Friday, April 1, 11:59 pm
Worth 40 points
- Make SURE you are using Alice version 2.x (2.2 or 2.4 or 2.5 ...).
- Create your own Alice world:
- Choose a background
- Choose at least 5 different objects for the world. They can be the same type of object, e.g., 5 fish or 5 penguins
or they can be different.
- Write a program that makes the objects act out a story or interact in some way.
It must be at least 15 lines or statements long.
Every statement inside a loop or in an if branch counts as 1 statement.
- It must use at least one if structure.
The if structure must have a condition that
is NOT just "true" or "false" - it must be a real function call
involving an object.
- It must use at least TWO repetition structures.
One must be a loop, one must be a while.
The while structure must have a condition that
is NOT just "true" or "false" - it must be a real function call
involving an object.
- You must use at least 6 different methods that make objects do
something like move, talk, turn, roll, etc.
- Be creative!!
- Save your world.
- Zip your world (a file with a .a2w extension) into a zip file and submit it with the Canvas link.
- a reminder - these files will be checked for plagiarism.