diff options
author | Jan Klemkow <j.klemkow@wemelug.de> | 2012-11-12 07:43:00 +0100 |
---|---|---|
committer | Jan Klemkow <j.klemkow@wemelug.de> | 2012-11-12 07:45:56 +0100 |
commit | ff7f3f2aeb3d0a7a8ab5ecafc9da980d50d818c0 (patch) | |
tree | 01e9dc3fe2f342d3aa6293fe92a2f12dc7ed4a23 | |
parent | ea6d0a514ab01473d302a0f30306b397a30e3173 (diff) | |
download | wbs-ff7f3f2aeb3d0a7a8ab5ecafc9da980d50d818c0.tar.gz wbs-ff7f3f2aeb3d0a7a8ab5ecafc9da980d50d818c0.tar.bz2 wbs-ff7f3f2aeb3d0a7a8ab5ecafc9da980d50d818c0.zip |
Add prolog code and algorithm list.
-rw-r--r-- | doc/presentation.asciidoc | 21 |
1 files changed, 21 insertions, 0 deletions
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! |