Point Simulation

Swarm 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) collisions

One point moving towards center (calculated deceleration). collisions

Multiple points moving towards center (no calculated deceleration). collisions

All points moving towards center (calculated deceleration). collisions

All points moving towards center (no calculated deceleration). collisions