diff options
-rw-r--r-- | tit4tat.pl | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +:-initialization(start). + pay(c,d,1). pay(d,d,2). pay(c,c,3). |
index : wbs | ||
Prisoners Dilemma implemented in Prolog | root |
summaryrefslogtreecommitdiff |
-rw-r--r-- | tit4tat.pl | 2 |
@@ -15,6 +15,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +:-initialization(start). + pay(c,d,1). pay(d,d,2). pay(c,c,3). |