Skip to content

A deliberately badly programmed implementation of Boids for teaching

License

Notifications You must be signed in to change notification settings

MikeVasmer/bad-boids

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boids

An implementation of Boids produced for the University College London course MPHYG001: Research Software Engineering With Python.

Installation

To install from source run python setupy.py install. Or to install from github use pip install git+git://github.com/MikeVasmer/bad-boids. To uninstall run pip uninstall boids if installed using pip or manually delete the files if installed using setup.py.

Usage

Once installed run the program using the command:

boids [-h --help] [-f --file FILE]

  • The --help flag prints the usage instructions.
  • The --file flag allows the specify a configuration file, in yaml format.
  • When no arguments are given the program will run with default parameters and an example configuration file (containing the default parameters) will be saved in the current directory.

About

A deliberately badly programmed implementation of Boids for teaching

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.9%
  • TeX 2.1%