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
- Host: GitHub
- URL: https://github.com/prashantrahul141/boids
- Owner: prashantrahul141
- Created: 2020-05-27T10:56:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-27T10:59:08.000Z (about 6 years ago)
- Last Synced: 2025-06-09T13:09:56.793Z (about 1 year ago)
- Topics: boids, boids-simulation, pygame, python, repl
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
[](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

