Pandemic Simulation in Pygame

Pandemic Simulation in Pygame
This project is a simulation of a pandemic, created using Pygame. The simulation visually represents the spread and impact of a virus on a population of small dots, each dot representing an individual.
 

Features:

  • Random Movement: Each dot moves randomly within the simulation space, mimicking the unpredictable nature of human interactions.
  • Infection Status Colors:
    • White: Uninfected individuals
    • Red: Infected individuals
    • Green: Healed individuals
    • Gray: Deceased individuals
  • Dynamic Interaction: The status of each individual changes based on interactions with infected individuals, showcasing how the virus spreads and affects the population over time.
 

Technologies Used:

  • Python: The primary programming language for the simulation logic.
  • Pygame: The library used for creating the graphical interface and managing the simulation's animations and interactions.
Date09.01.2021
GitHub Link

More Projects