summaryrefslogtreecommitdiff
path: root/rules/periodically_ddc.pl
blob: e76f5ab8d4561634254a6acbbe4915b9d707421f (plain)
1
2
3
4
5
6
7
% Plays periodically: Defect–Defect–Coop.
%
% Syntax: periodically_ddc(+history, -choice, +state_in, -state_out)

periodically_ddc(_, d, [],  [1]).
periodically_ddc(_, d, [1], [2]).
periodically_ddc(_, c, [2], []).