Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 297 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 297 Bytes

boids

Cloned from https://github.com/stefan-bay/parallel-boids

A group project for CP341 Topics in Computer Science: Parallel Programming and Distributed Systems

Implementation of boids with their 3 behaviors from Craig Reynolds' paper: alignment, cohesion, and separation. Coded in C++.