mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
14 lines
206 B
Plaintext
14 lines
206 B
Plaintext
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.
|