From 8da9634f7aad27a0a63ae913930173fa71fc243f Mon Sep 17 00:00:00 2001 From: Enzo DE CARVALHO BITTENCOURT <enzo.decarvalhobittencourt@ensiie.eu> Date: Fri, 22 Mar 2024 03:56:47 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2403922..ad0dabd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Simple Terminal based Boids =============================================================================== + + small c file with boids represented in terminal, with only the libc as dependency. This was mostly done using Conrad Parker pseudocode boid implementation (http://www.kfish.org/boids/pseudocode.html), and thus lacks -- GitLab