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

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.

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.