blob: 34ed40ce2ef12f40dac19e8e121a276ebd29dc3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.
|