meatballs / DjAxelrod

A repository to reproduce Axelrod's iterated prisoner's dilemma as a Django based web application.
MIT License
5 stars 4 forks source link

Ecological Variant #39

Open meatballs opened 9 years ago

meatballs commented 9 years ago

We need to add the ability to run the ecological variant and to display its results.

At the moment, the axelrod library will only run the variant in addition to the ordinary results. If we want the ability to chose either variant, we may need to alter the library itself.