https://github.com/lp1dev/boids-cli
simple CLI representation for the boids algorithm
https://github.com/lp1dev/boids-cli
boids flock python
Last synced: 10 months ago
JSON representation
simple CLI representation for the boids algorithm
- Host: GitHub
- URL: https://github.com/lp1dev/boids-cli
- Owner: lp1dev
- Created: 2017-05-11T22:01:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-13T09:18:25.000Z (over 8 years ago)
- Last Synced: 2025-02-04T16:29:56.958Z (11 months ago)
- Topics: boids, flock, python
- Language: Python
- Size: 71.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Boids CLI
Boids CLI is a command-line representation of the boids algorithm, used to represent flocks (of 'boids') mostly.
### Requirements
- Python3.X
### Installation
- pip install -r requirements.txt
### Usage
- ./boids-cli
boids-cli will generate a random number of animated boids with random speeds and positions, calculated based on your terminal size.

### About
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.