Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

[Experimental] Implement Boids algorithm for creature movement #73

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

sunreef
Copy link
Collaborator

@sunreef sunreef commented May 24, 2019

Based on the perception system I implemented in a previous PR, I made a first version of Boids algorithm for the Herbivores (for now).

They now try to flock together while keeping a minimum distance, try to match velocities, avoid Carnivores and stay inside world bounds in a more flexible manner than with collision testing.

I disabled a bunch of systems to test my implementation, hence the "Experimental" tag.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant