Home Schedule Reading Projects People

Project 3: A Boid Simulation using BioSim

Assignment Day March 25, 2014
Due Date April 02, 2014

Collaboration Policy - Read Carefully

You must work on this project individually, but you may discuss this assignment with other students in the class and ask and provide help in useful ways, preferable over our email list so we can all benefit from your great ideas. You may consult (but not copy) any outside resources you including books, papers, web sites and people.

If you use resources other than the class materials, indicate what you used along with your answer.

Objective

Other Requirements

 

Submitting:

You need to name the directory of your source code "project1/". You must to include a README.txt file describing how to run and compile your program. You also need to include a Makefile, you can find an example Makefile in the directory of the shell helper files directory accessible from the schedule web page.

  1. Create a directory project2
  2. source files in Java needed that compiles and runs on atlas.
  3. Put all the materials needed in the project 1 directory (including your README.txt file)
  4. REPORT.txt (you may change the extension .txt if not plain text e.g., .doc, .pdf) should include minimally:
    A description of your simulator (about 1 page)
    A description of your two species of boids.
    Screenshots of your simulator.
    User documentation, i.e. instructions for a new user on how to use your simulator (email the report to instructor).