Point Simulation
03 Jan 2021 | python, pygame, physics, algorithmsSwarm simulation environment using points in Pygame.
Simulation built to run with base Point
agent. Agent behavior can be altered
by overriding or modifying the update
method.
Multiple points moving towards center (with collisions)
One point moving towards center (calculated deceleration).
Multiple points moving towards center (no calculated deceleration).
All points moving towards center (calculated deceleration).
All points moving towards center (no calculated deceleration).