Skip to content

vukk/ope2-boids

Repository files navigation

Boids

This is an implementation of Craig Reynolds' boids in Python. Part of coursework for the Basic Course in Programming 2, at Aalto uni.

alt text

Implements the separation, alignment and cohesion rules.

The code is not exactly pretty though.

The project report is included, but it is in Finnish.

Running

Run

./boids.py --help

to see all options.

Requires

  • PySide

The code uses Vec2d from PyGame, but this is included in the repo.

About

Yet another boids implementation in python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages