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.
conda install eliamascolo::replicards
pip install replicards==1.0.0
Import the replicards
library:
from replicards import Organism, Population, create
Example of usage here