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

Link to strategy description #35

Open meatballs opened 9 years ago

meatballs commented 9 years ago

As a user, when adding strategies to a tournament it would be useful to have a link to something that explains how the strategy behaves.

Something similar to the 'Who are they?' button on http://thefightclub.herokuapp.com/ might be an idea or, alternatively, some kind of hover popup.

The content could be derived from docstrings in the strategy source code.

drvinceknight commented 9 years ago

I like the hover popup idea but with an indication on the site somewhere to the documentation for axelrod that I'm working on here: https://github.com/Axelrod-Python/Axelrod/issues/199