Skip to content

Commit

Permalink
Broken item list
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikoleta-v3 authored and drvinceknight committed Jun 20, 2017
1 parent 8a39aa4 commit 7adefca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion axelrod/strategies/grudger.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class Aggravater(Player):
Names
Aggravater: Original name by Thomas Campbell
- Aggravater: Original name by Thomas Campbell
"""

name = 'Aggravater'
Expand Down
12 changes: 6 additions & 6 deletions axelrod/strategies/hunter.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class DefectorHunter(Player):
Names:
Defector Hunter: Original name by Karol Langner
- Defector Hunter: Original name by Karol Langner
"""

name = 'Defector Hunter'
Expand All @@ -37,7 +37,7 @@ class CooperatorHunter(Player):
Names:
Cooperator Hunter: Original name by Karol Langner
- Cooperator Hunter: Original name by Karol Langner
"""

name = 'Cooperator Hunter'
Expand Down Expand Up @@ -69,7 +69,7 @@ class AlternatorHunter(Player):
Names:
Alternator Hunter: Original name by Karol Langner
- Alternator Hunter: Original name by Karol Langner
"""

name = 'Alternator Hunter'
Expand Down Expand Up @@ -108,7 +108,7 @@ class CycleHunter(Player):
Names:
Cycle Hunter: Original name by Marc Harper
- Cycle Hunter: Original name by Marc Harper
"""

name = 'Cycle Hunter'
Expand Down Expand Up @@ -146,7 +146,7 @@ class EventualCycleHunter(CycleHunter):
Names:
Eventual Cycle Hunter: Original name by Marc Harper
- Eventual Cycle Hunter: Original name by Marc Harper
"""

name = 'Eventual Cycle Hunter'
Expand Down Expand Up @@ -214,7 +214,7 @@ class RandomHunter(Player):
Names:
Random Hunter: Original name by Karol Langner
- Random Hunter: Original name by Karol Langner
"""

name = "Random Hunter"
Expand Down
2 changes: 2 additions & 0 deletions axelrod/strategies/resurrection.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class Resurrection(Player):
Otherwise, the strategy plays like Tit-for-tat.
Names:
- Resurrection: [Eckhart2015]_
"""

Expand Down Expand Up @@ -46,6 +47,7 @@ class DoubleResurrection(Player):
If the last five rounds were defections, the player cooperates.
Names:
- DoubleResurrection: [Eckhart2015]_
"""

Expand Down

0 comments on commit 7adefca

Please sign in to comment.