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

https://github.com/prashantrahul141/boids

I tried creating boids in python3.6 using pygame module
https://github.com/prashantrahul141/boids

boids boids-simulation pygame python repl

Last synced: 12 months ago
JSON representation

I tried creating boids in python3.6 using pygame module

Awesome Lists containing this project

README

          

[![Run on Repl.it](https://repl.it/badge/github/chief141/Boids-using-python)](https://repl.it/github/chief141/Boids-using-python)

# boids_using_python
I tried creating boids in python3.6 using pygame module

Boids is an artificial life program, developed by Craig Reynolds in 1986, which simulates the flocking behaviour of birds.
You can read more about it [here](https://en.wikipedia.org/wiki/Boids)

Special thanks to [Sebastian Lague](https://github.com/SebLague), you should definitely check out [his youtube channel](https://youtube.com/c/SebastianLague)

# Preview

![Preview 1](preview1.jpg)

![Preview 2](preview2.jpg)