summaryrefslogtreecommitdiff
path: root/hard_tit4tat.pl
diff options
context:
space:
mode:
Diffstat (limited to 'hard_tit4tat.pl')
-rw-r--r--hard_tit4tat.pl6
1 files changed, 0 insertions, 6 deletions
diff --git a/hard_tit4tat.pl b/hard_tit4tat.pl
deleted file mode 100644
index 8efc124..0000000
--- a/hard_tit4tat.pl
+++ /dev/null
@@ -1,6 +0,0 @@
-% Hard Tit for Tat:
-% Cooperates unless the opponent has defected
-% at least once in the last two rounds.
-
-hard_tit4tat([A,B|_],d,_,_):-(A=d;B=d),!.
-hard_tit4tat(_,c,_,_).