Boids CLI is a command-line representation of the boids algorithm, used to represent flocks (of 'boids') mostly.
- Python3.X
- pip install -r requirements.txt
- ./boids-cli
boids-cli will generate a random number of animated boids with random speeds and positions, calculated based on your terminal size.
Only the two first rules of the algorithm are implemented, since we're using integers as coordinates there is no real notion of velocity in this implementation.