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.
- Host: GitHub
- URL: https://github.com/talhaahussain/boids-gui
- Owner: talhaahussain
- License: mit
- Created: 2024-05-29T02:13:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-14T12:18:53.000Z (over 1 year ago)
- Last Synced: 2025-02-21T07:41:32.473Z (8 months ago)
- Topics: boids, boids-simulation, gui, pygame, simulation
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.