A multiplayer tron game made for tilde.town
See instructions.txt for the latest usage documentation.
usage: hosttron.py [-h] [-s SOCKET]
optional arguments:
-h, --help show this help message and exit
-s SOCKET, --socket SOCKET
The socket file to listen to. This is useful if
another server is already using the default socket
file or if it wasn't removed properly. WARNING: if the
given file exists it will be overwritten. Defaults to
/tmp/tron_socket
usage: playtron.py [-h] [-n NAME] [-s SOCKET] [-p]
optional arguments:
-h, --help show this help message and exit
-n NAME, --name NAME Your player name (must be unique!). Defaults to
username
-s SOCKET, --socket SOCKET
The socket file to connect to. Defaults to
/tmp/tron_socket
-p, --spectate Join as spectator