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
Your job is to implement Reynolds Boids ( here ) using BioSIM. See the slides (here) from Brian, it has alink to tutorials using BioSIM. Link to code on GitHub is available here https://github.com/biotracking.
There is a lot of material on boids, please check noth youtube and google.
A minimal goal should be to have a couple of boid 'swarms', where each boid swarm is more likely to swarm with its own species rather than the other speci
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.
|