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

https://github.com/anirban166/boidsim

Boids Simulation
https://github.com/anirban166/boidsim

Last synced: 7 months ago
JSON representation

Boids Simulation

Awesome Lists containing this project

README

          


Boids Simulation



Simulation of the flocking behaviour in birds (resembled by a goroutine each!)



## Execution
Build a binary and run, or use the [executable](./BoidSim.exe) that I generated:
```go
go run ./...
```