about summary refs log tree commit diff
path: root/docs/articles/playing.txt
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-05-22 15:06:55 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-05-22 15:06:55 +0000
commit9ba8e6cf38da5196ed7bc878fe452952f3e10638 (patch)
treeea59837e22970274abac0ece2071e79189256901 /docs/articles/playing.txt
parent90bcda3c10411ee4c1c65a494ec7c08dfdea01b4 (diff)
downloadzcatch-9ba8e6cf38da5196ed7bc878fe452952f3e10638.tar.gz
zcatch-9ba8e6cf38da5196ed7bc878fe452952f3e10638.zip
moved docs
Diffstat (limited to 'docs/articles/playing.txt')
-rw-r--r--docs/articles/playing.txt13
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.