/flock

A 2-d flocking simulator.

Primary LanguagePythonMIT LicenseMIT

Flock

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.

Usage

Run flock.py to launch the sim. Press space to disperse the flock.

Contributing

Want to help?

  1. Fork it!
  2. Create your feature branch: git checkout -b myFeature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin myFeature
  5. Submit a merge request

Authors

  • Kiran Tomlinson

License

This project is licensed under the MIT License - see the LICENSE file for details