From 0f6e106b99885dab8b9e0bbdf7a69d0d2e34f69c Mon Sep 17 00:00:00 2001
From: snipeTR <31975916+snipeTR@users.noreply.github.com>
Date: Sat, 19 Apr 2025 13:23:24 +0300
Subject: [PATCH] add food flow rate
add food flow rate
---
index.html | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/index.html b/index.html
index 3ad2e41..57e1a43 100644
--- a/index.html
+++ b/index.html
@@ -19,13 +19,14 @@
+
Controls:
- Press 'a' to add the specified number of ants to the population.
@@ -39,14 +40,14 @@
- Red pheromones attract ants who are looking to return to the ant hill (red center circle) with food they've collected.
- As an ant leaves the ant hill, it produces red pheromones.
- As an ant leaves a food source (pink rectangle), it produces green pheromones.
- - Overtime, trails of pheromones will form which will act to guide other ants in finding food and returning home.
+ - Over time, trails of pheromones will form which will act to guide other ants in finding food and returning home.
Still interested?