Flock is a Python flocking simulator inspired by Boids. It simulates the behavior of a flock of indepedent agents (birds), each following the same set of rules. Complex behavior emerges from the group, despite the lack of organization.
Run flock.py to launch the sim. Press space to disperse the flock.
Want to help?
- Fork it!
- Create your feature branch:
git checkout -b myFeature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin myFeature
- Submit a merge request
- Kiran Tomlinson
This project is licensed under the MIT License - see the LICENSE file for details