summaryrefslogtreecommitdiff
path: root/periodically_ddc.pl
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2012-11-08 13:17:20 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2012-11-08 13:17:20 +0100
commit553e4655f2227783051d5ea7fba65d9135310ad4 (patch)
treedf7ddbc67de4cef8c0eda917c76233ddc63d3feb /periodically_ddc.pl
parentf22d7a9894d530fa2f8ceaeff3a8a52746ad7a1c (diff)
downloadwbs-553e4655f2227783051d5ea7fba65d9135310ad4.tar.gz
wbs-553e4655f2227783051d5ea7fba65d9135310ad4.tar.bz2
wbs-553e4655f2227783051d5ea7fba65d9135310ad4.zip
Prisoners Dilemma: Move rules to subdirectory
Diffstat (limited to 'periodically_ddc.pl')
-rw-r--r--periodically_ddc.pl4
1 files changed, 0 insertions, 4 deletions
diff --git a/periodically_ddc.pl b/periodically_ddc.pl
deleted file mode 100644
index 897986d..0000000
--- a/periodically_ddc.pl
+++ /dev/null
@@ -1,4 +0,0 @@
-% Plays periodically: Defect–Defect–Coop.
-periodically_ddc(_, d, [], [1]).
-periodically_ddc(_, d, [1], [2]).
-periodically_ddc(_, c, [2], []).