Skip to content

simple CLI representation for the boids algorithm

Notifications You must be signed in to change notification settings

lp1dev/boids-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

screenshot

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.

About

simple CLI representation for the boids algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages