An interactive way of teaching biological evolution through a card game.
Concept by Elia Mascolo and Yseult Héjja-Brichard
Access the webpage presentation here: https://replicards.netlify.app/
The aim of this interactive class is to demonstrate how replicants that can inherit mutations can undergo evolution by natural selection if the inheritable characteristics can affect their reproductive success.
The content of the website is also available as a preprint: https://doi.org/10.32942/X2KQ1H
conda install eliamascolo::replicardspip install replicards==1.0.0Import the replicards library:
from replicards import Organism, Population, createExample of usage here