Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-07 | prisoners_dilemma: Track module state | Benjamin Franzke | 1 | -2/+2 | |
Will be needed for peridical algorithms. | |||||
2012-11-06 | tit4tat.pl: Try to document the syntax | Benjamin Franzke | 1 | -0/+2 | |
Since its not readable from the facts. | |||||
2012-11-06 | prisioners_dilemma: Dont pass user choice to module | Benjamin Franzke | 1 | -8/+3 | |
2012-11-06 | Begin modularization of prolog prisoners dilemma implementation | Benjamin Franzke | 1 | -46/+1 | |
2012-11-06 | tit4tat.pl: Coding style | Benjamin Franzke | 1 | -3/+1 | |
2012-11-06 | tit4tat.pl: Remove debug output | Benjamin Franzke | 1 | -1/+0 | |
2012-11-06 | tit4tat.pl: Coding style fixes | Benjamin Franzke | 1 | -2/+2 | |
2012-11-06 | tit4tat.pl: Halt programm after finish | Benjamin Franzke | 1 | -1/+1 | |
2012-11-06 | tit4tat.pl: Fix going through work-loop when we get end-signal | Benjamin Franzke | 1 | -11/+13 | |
2012-11-06 | tit4tat.pl: Coding style fixes in sum() | Benjamin Franzke | 1 | -1/+1 | |
2012-11-06 | tit4tat.pl: Rename step to pay2 | Benjamin Franzke | 1 | -4/+4 | |
2012-11-06 | tit4tat.pl: Add initialization predicate | Benjamin Franzke | 1 | -0/+2 | |
2012-11-05 | tit4tat.pl: Count total paymenet | Benjamin Franzke | 1 | -6/+12 | |
2012-11-05 | tit4tat.pl: Fix variable names | Benjamin Franzke | 1 | -5/+8 | |
2012-11-05 | tit4tat.pl: Try to split ruleset and input/output operation | Benjamin Franzke | 1 | -6/+16 | |
2012-11-05 | Add tit4tat.pl | Benjamin Franzke | 1 | -0/+34 | |