An open API service indexing awesome lists of open source software.

https://github.com/talhaahussain/boids-gui

An implementation of Craig Reynolds' Boids (1986) as a graphical user interface.
https://github.com/talhaahussain/boids-gui

boids boids-simulation gui pygame simulation

Last synced: 7 months ago
JSON representation

An implementation of Craig Reynolds' Boids (1986) as a graphical user interface.

Awesome Lists containing this project

README

          

# Boids-GUI
An implementation of Craig Reynolds' Boids (1986) as a graphical user interface. Boids is an artificial life program which simulates the flocking behaviour of birds. This implementation is written in Python, using the Pygame library.