From 553e4655f2227783051d5ea7fba65d9135310ad4 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Thu, 8 Nov 2012 13:17:20 +0100 Subject: Prisoners Dilemma: Move rules to subdirectory --- hard_tit4tat.pl | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 hard_tit4tat.pl (limited to 'hard_tit4tat.pl') 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,_,_). -- cgit