CIS 1.0/Biomedical Computing
Fall 2006
HW Unit E

INFORMATION

INSTRUCTIONS
  1. For this assignment, you will create one in Netlogo. Since you are working in pairs, you only have to create one file for both of you. Type your names in the file and your email address as comments.
  2. Save your work!!! BEFORE YOU LEAVE THE LAB, make sure that you save your work by storing it on a USB flash drive or by saving it on the laptop you are working on. Make sure you remember which laptop you are using.
  3. When you are completely finished, make sure that either I collect a copy of the file, or that you email it to me.

The assignment is due on Wednesday November 23, 2006.

BE SURE TO ASK IN THE LAB IF YOU NEED HELP WITH ANY STEPS!!!!


A WORLD OF YOUR OWN.

In this assignment, you will create a Netlogo program of your own design. A little Alife world of your own.

Step 1. Describe it.
(2 points)

  1. Start up Notepad.

  2. Write a description of the Netlogo simulation that you want to create. Your description should include:

    • The agents you will create

    • What the agents will do.

    • How the agents will interact, that is how they will affect each other.
Step 2. Program it.
(8 points)
  1. Start up Netlogo and get programming

  2. Note that you are allowed to use ideas from other programs in the models library, but you cannot just hand in one of the models and pretend it is your own work (I will check).

    You must use comments to put your names in the program, and to explain what the program does.

  3. When you save the program, name the file with the last names of everyone in your group, followed by the .nlogo extension.

    For example, if I was working with Mr Brown and Mr Black, we would name our file brown-black-parsons.nlogo

  4. If you complete this in class, make sure I collect the file on a USB memory stick.

    If you complete the program at home, make sure that you email me the file.