You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Small SDL2/CPP Program Simulating Boids Algorithm
This project showcases the Boids algorithm using SDL2 and C++. The Boids algorithm simulates flocking behavior, where each "boid" follows simple rules to create complex group dynamics.