Skip to content

Commit 033c803

Browse files
RomeroLauramarcharper
authored andcommitted
Added new SpitefulCC Player to grudger.py, updated the list of all strategies and added coverage test in test_grudger.py
1 parent c17a05c commit 033c803

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

axelrod/strategies/grudger.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ class SpitefulCC(Player):
325325
classifier = {
326326
"memory_depth": float("inf"), # Long memory
327327
"stochastic": False,
328+
"makes_use_of": set(),
328329
"long_run_time": False,
329330
"inspects_source": False,
330331
"manipulates_source": False,

0 commit comments

Comments
 (0)