From 6572c456f7cdf6f8aaaf361e618b41816084a7ae Mon Sep 17 00:00:00 2001 From: rodri Date: Tue, 9 Jun 2020 22:39:37 +0000 Subject: initial commit. first stages of simulation, per-second steps avoiding the jail bars. --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 readme.md (limited to 'readme.md') diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..89cb4fd --- /dev/null +++ b/readme.md @@ -0,0 +1,6 @@ +# Bird flock simulator + +This program shows the emergent behavior observed in bird flocks, +mammal herds, fish schools and other such animal groups. It's based +on Craig W. Reynolds' “Flocks, Herds and Schools: A Distributed +Behavioral Model.” -- cgit v1.2.3