Skip to content

jmdejong/terminal-tron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal Tron

A multiplayer tron game made for tilde.town

Usage

See instructions.txt for the latest usage documentation.

Server

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

Client

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages