Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 174 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 174 Bytes

boid

A simple implementation of Boids Model in Python.

It's implemented only in the Python standard library.

  • math
  • random
  • statistics
  • tkinter

Author: @tkr12051