From 1b0256e4380253d2ca3e695960ba17fb02a755b6 Mon Sep 17 00:00:00 2001 From: mrchanr <42151767+mrchanr@users.noreply.github.com> Date: Wed, 23 Oct 2024 08:40:47 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40c1b8c3..00929c70 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ Requirements 2. You will then use an array to store many *instances* of the Bacteria. 3. Personalize the title, headline and footer of `index.html` -Extensions +Required Extensions (updated Fall 2024) ========== -If you have extra time, you might try to have the bacteria move in a "biased random walk" towards some stimulus like a piece of food or the mouse. You can use the mouse buttons to adjust the bias towards or away from the mouse. You can modify your class so the bacteria have a finite lifespan and can reproduce. You can simulate other organisms besides bacteria and even have multiple types of organisms like a predator and prey. Your simulation doesn't have to look like any other. Have fun and be creative. +You are required to try to have the bacteria move in a "biased random walk" towards some stimulus like a piece of food or the mouse. You can use the mouse buttons to adjust the bias towards or away from the mouse. You can modify your class so the bacteria have a finite lifespan and can reproduce. You can simulate other organisms besides bacteria and even have multiple types of organisms like a predator and prey. Your simulation doesn't have to look like any other. Have fun and be creative. Samples of Student Work -----------------------