diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2011-01-14 22:47:13 +0100 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2011-01-14 22:47:13 +0100 |
| commit | aabdb70042e300b170e9e2831059a92865a73774 (patch) | |
| tree | dae1aa1b06dae279e78374404f042736589a0ae6 /doc | |
| parent | 339b4a488d445fd355d8c6d848d12ba2587e9fc2 (diff) | |
added list of required network packets
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/packettypes.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/packettypes.txt b/doc/packettypes.txt new file mode 100644 index 0000000..290e91f --- /dev/null +++ b/doc/packettypes.txt @@ -0,0 +1,8 @@ +- client: hello including username +- server: start game notification with list of players +- server: deal cards (1 to 10) +- client: selected card +- server: stack selection request (to one client) +- client: selected stack +- server: stack selection notification (to all clients) + |
