|D| For debug mode So, I decided to simulate life. This will probably be an ongoing project. Artificial Selection: Basically, it starts out with one red cell. That red cell moves to a random spot. Then, it can do one of 3 things: - Replicate - Die - Nothing If it replicates it has another 3 options: - Mutate Blue - Mutate Yellow - Replicate Red If it mutates blue, that cell can mutate green. Green can mutate orange or purple. Orange can mutate yellow or red. If a cell dies and no other cells are the same color, that mutation goes extinct. However, if its prerequisite cell still remains, it could still be brought back. After each cell has done an action the day ends. If all cells die, click the green flag to reset the simulation. Here are the stats of each cell: Red: Mutation: 50% Replication: 70% Death: 20% Blue: Mutation: 20% Replication: 20% Death: 10% Yellow: Mutation: 50% from Red 60% from Orange Replication: 10% Death: 90% Green: Mutation: 30% Replication: 90% Death: 10% Orange: Mutation: 50% Replication: 60% Death: 20% Purple: Mutation: 30% Replication: 90% Death: 10% Rankings from Strongest to Weakest: 1. Purple 2. Green 3. Blue 4. Red 5. Orange 6. Yellow
Credit to Primer on YouTube for inspiration. https://www.youtube.com/@PrimerBlobs Version History: V1.0 4/28/23 -Added Red Cell -Added Blue Cell -They both can move around -They can die and replicate V1.1 4/29/23 -Added Mutations -Added Yellow and Green mutations -Changed Blue cell to a mutation -Added Day Counter -Made some variables toggle when mutations occur -Added thumbnail V1.2 4/30/23 -Added Purple and Orange mutations -Buffed Blue replication chance to 20% (was 10%) -Added debug mode -Moved variables to debug mode -Updated thumbnail V1.3 10/24/23 -Added Buttons -Added Artificial Selection, Natural Selection, and Not Coming Soon buttons. -Added loading screen -Added Instrucion (WIP) -Added animated thumbnail What's next: V1.4-1.6 -Natural Selection -Food source -Evolution -Balancing -New species? V1.7-1.9 -Cell interactions -Behavior? -Resources -Not Coming Soon V1.10-1.15 -Economy?