From 3404d794f26482c6aa3cd352f8f3e418bfe871d9 Mon Sep 17 00:00:00 2001 From: Michael Rutherford Date: Fri, 28 Jun 2024 19:43:39 -0500 Subject: [PATCH] Added image --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b361387..19b5858 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Microbe Simulator +![screenshot](https://github.com/michaelrutherford/microbe-simulator/blob/main/microbe-project.png) + An interactive simulation where users can drag and drop different types of microbes (predators, viruses, prey, reproducers) to observe their unique behaviors and interactions. Predators hunt other microbes, viruses infect prey and reproducers, prey move randomly, and reproducers multiply under specific conditions. The code includes collision detection, lifespan management, and real-time updates on microbe statistics.