Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 290 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 290 Bytes

Boids

Flocking simulation written in python using the pygame library

Requirements

  • Python 3
  • Pygame

How to run the simulation

  1. Clone the repository

  2. Install Pygame:

pip install pygame
  1. Run the simulation:
python main.py