diff options
Diffstat (limited to 'docs/articles/playing.txt')
| -rw-r--r-- | docs/articles/playing.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/articles/playing.txt b/docs/articles/playing.txt new file mode 100644 index 00000000..34ed40ce --- /dev/null +++ b/docs/articles/playing.txt @@ -0,0 +1,13 @@ +Title: Playing + +Group: Starting a Server +(start code) +# ./teewars -s +(end) + +Group: Connecting with the client +(start code) +# ./teewars [-c IP] +(end) + +Not specifying -c will connect the client to localhost. |