T2brozz / model_experiment-biology

A simulation for an experiment, what we have done in biology class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

model experiment biology

A simulation for an experiment, what we have done in biology class

It's trying to simulate the evolutionary development of beetles.

how it works:

At the beginning are 10 beetles of every color in the habitat.
Then we pick one individual beetle from the 40.
We throw than a die to decide what should happen with this beetle.

**actions by roll result**

roll

action

1 or 2 picked beetle dies
3 picked beetle dies
when it is not green
4 picked beetle dies
when it is not
green or brown
5 picked beetle dies
when it is not
green, brown or red
6 every beetle lives

If the beetle dies, then we pick another beetle and from his kind, we put a new one of its kind in the habitat/simulation.

About

A simulation for an experiment, what we have done in biology class


Languages

Language:JavaScript 88.7%Language:HTML 6.8%Language:CSS 4.5%