michalburdzy / go_boids

Golang implementation of BOIDS (Bird Droids) imitating flocking behaviour of real birds. Each boid is a separate go routine communicating with others using shared memory space protected by mutex locks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Golang implementation of BOIDS (Bird Droids) imitating flocking behaviour of real birds. Each boid is a separate go routine communicating with others using shared memory space protected by mutex locks


Languages

Language:Go 100.0%