https://github.com/michaelrutherford/microbe-simulator
An interactive microbe behavior simulation.
https://github.com/michaelrutherford/microbe-simulator
css html javascript microbiology personal-project simulation simulator
Last synced: about 2 months ago
JSON representation
An interactive microbe behavior simulation.
- Host: GitHub
- URL: https://github.com/michaelrutherford/microbe-simulator
- Owner: michaelrutherford
- License: gpl-3.0
- Created: 2024-06-28T17:46:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T01:53:27.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T21:45:53.123Z (about 1 year ago)
- Topics: css, html, javascript, microbiology, personal-project, simulation, simulator
- Language: JavaScript
- Homepage: https://michaelrutherford.github.io/microbe-simulator/
- Size: 231 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Microbe Simulator

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.
# License
Microbe Simulator is licensed under version 3 of the GPL. For more information, see `LICENSE`.