1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 22:53:19 +00:00

rogueviz::flocking:: added a Wikipedia link

This commit is contained in:
Zeno Rogue 2021-04-07 14:51:50 +02:00
parent d35085bad5
commit 57d7663650

View File

@ -551,6 +551,7 @@ namespace flocking {
"In the Euclidean space, these rules will cause all the boids to align, and fly in the same direction in a nice flock."+help
,
[] (presmode mode) {
slide_url(mode, 'w', "Wikipedia link", "https://en.wikipedia.org/wiki/Boids");
flock_slide(mode, 50, [] {
set_geometry(gEuclid);
set_variation(eVariation::bitruncated);