Axelrod-Python / axelrod-fortran

Python wrapper library around TourExec Fortran for Axelrod's second tournament.
Other
4 stars 0 forks source link

Tweak the README once Axelrod updated #41

Closed drvinceknight closed 7 years ago

drvinceknight commented 7 years ago

Once https://github.com/Axelrod-Python/Axelrod/pull/1096 is merged and released we should update the README to be:

>>> print(len(players), "players")
62 players
>>> tournament = axl.Tournament(players, repetitions=1, turns=63, match_attributes={"length": -1})
>>> results = tournament.play()

(63 is one of the 5 values used in Axelrod's second tournament)