summaryrefslogtreecommitdiff
path: root/doc/presentation.asciidoc
blob: ebd20919820a271fd8f615610ef43b2e53db5af4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Gefangenendilemma in Prolog
===========================
:Author: Valentina Rehpenning, Benjamin Franzke, Jan Klemkow

== Gefangendilemma-Implementierung
 * Server in C
 * Client in Prolog
 * Regelwerk in Prolog

== Spielregeln
image::image/game_rules.svg[game rules]

== Netzwerkprotokoll
 * TCP Port 8068
 * Uebertragung von einem Byte!
 * 'c' fuer *Cooperation*
 * 'd' fuer *Defection*

== Netzwerkprotokoll-Ablauf
image::image/network_protocol.svg[time]

// vim: set syntax=asciidoc: