Skip to content

Commit d2524ee

Browse files
committed
Merge branch 'master' of https://github.com/gaffney2010/Axelrod
2 parents 856452c + 9124cba commit d2524ee

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

axelrod/strategies/axelrod_second.py

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1512,15 +1512,13 @@ def strategy(self, opponent: Player) -> Action:
15121512

15131513
class White(Player):
15141514
"""
1515-
Strategy submitted to Axelrod's second tournament by Edward C Whtie (K72R)
1515+
Strategy submitted to Axelrod's second tournament by Edward C White (K72R)
15161516
and came in thirteenth in that tournament.
15171517
1518-
If the opponent Cooperated last turn or in the first ten turns, then
1519-
Cooperate.
1520-
1521-
Otherwise Defect if and only if:
1522-
1523-
floor(log(turn)) * opponent Defections >= turn
1518+
* If the opponent Cooperated last turn or in the first ten turns, then
1519+
Cooperate.
1520+
* Otherwise Defect if and only if:
1521+
floor(log(turn)) * opponent Defections >= turn
15241522
15251523
Names:
15261524

0 commit comments

Comments
 (0)