https://github.com/talhaahussain/boids-cli
An implementation of Craig Reynolds' Boids (1986) as a command line interface.
https://github.com/talhaahussain/boids-cli
boids boids-simulation cli ncurses simulation
Last synced: 4 months ago
JSON representation
An implementation of Craig Reynolds' Boids (1986) as a command line interface.
- Host: GitHub
- URL: https://github.com/talhaahussain/boids-cli
- Owner: talhaahussain
- Created: 2024-05-14T02:41:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-29T02:17:22.000Z (about 1 year ago)
- Last Synced: 2025-02-21T07:41:32.487Z (4 months ago)
- Topics: boids, boids-simulation, cli, ncurses, simulation
- Language: C
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boids-CLI
An implementation of Craig Reynolds' Boids (1986) as a command line interface. Boids is an artificial life program which simulates the flocking behaviour of birds. This implementation is written in C, using the ncurses library.