Update README.md

parent 4db227af
......@@ -28,3 +28,6 @@ Linux:
```
gcc -o asteroidWithDangerousAlien src/asteroidWithDangerousAlien.c -Wall -std=c99 -D_DEFAULT_SOURCE -Wno-missing-braces -s -O1 -D_DEFAULT_SOURCE -I./include -isystem. -isystem/home/luc/Prog/CodingGames/src -isystem/home/luc/Prog/CodingGames/release/include -isystem/home/luc/Prog/CodingGames/src/external -L. -L./lib -L/home/luc/Prog/CodingGames/src -lraylib -lGL -lm -lpthread -ldl -lrt -lX11 -DPLATFORM_DESKTOP
```
## Link
- [Boids algorithm](http://www.kfish.org/boids/pseudocode.html)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment