From ff7f3f2aeb3d0a7a8ab5ecafc9da980d50d818c0 Mon Sep 17 00:00:00 2001 From: Jan Klemkow Date: Mon, 12 Nov 2012 07:43:00 +0100 Subject: Add prolog code and algorithm list. --- doc/presentation.asciidoc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/doc/presentation.asciidoc b/doc/presentation.asciidoc index 38b565e..e6bef3f 100644 --- a/doc/presentation.asciidoc +++ b/doc/presentation.asciidoc @@ -17,6 +17,27 @@ image::image/game_rules.svg[game rules] include::../rules/tit4tat.pl[] ---- +== Computerspielerregeln + +[source,prolog] +---- +include::../rules/periodically_ddc.pl[] +---- + +== Algorithmen + * Grudger + * Pavlov + * Tit4Tat + * Tit42Tat + * Mistrust Tit4Tat + * Hard Tit4Tat + * Naive Prober + * Periodically DDC + * Periodically SSZ + * Always Coorporate + * Always Defect + * Random + == Netzwerkprotokoll * TCP Port 8068 * Uebertragung von einem Byte! -- cgit