File lbreakout2server.6 of Package lbreakout2
.TH LBREAKOUT2SERVER 6 2017-01-23
.SH NAME
lbreakout2server \- lbreakout2 multi-player server
.SH SYNOPSIS
.B lbreakout2server
[\fB\-a\fR \fIpassword\fR] [\fB\-b\fR \fIbotnum\fR]
[\fB\-f\fR \fIframerate\fR] [\fB\-l\fR \fIuser_limit\fR]
[\fB\-m\fR \fIwelcome_file\fR] [\fB\-p\fR \fIserver_port\fR]
.SH DESCRIPTION
This manual page briefly documents the
.B lbreakout2server
command.
.PP
.B LBreakout2
is a game written in the style of the games Breakout and xboing. This server
allows two or more players to play against each other.
.SH OPTIONS
.TP
\fB\-p\fR \fIserver_port\fR
The port the server will run on. (default: 8000)
.TP
\fB\-l\fR \fIuser_limit\fR
Maximum number of users that may connect to the server. (default: 30)
.TP
\fB\-m\fR \fIwelcome_file\fR
The text in this file is send to new users on login.
.TP
\fB\-a\fR \fIpassword\fR
The user logging in as \fIpassword\fR will become the administrator named
`admin'. (default: no admin)
.TP
\fB\-f\fR \fIframerate\fR
The number of calls to the send/recv handler per second. (default: 33)
.TP
\fB\-b\fR \fIbotnum\fR
Number of paddle bots with 800 and 1000 strength each. (default: 0)
.SH SEE ALSO
Full documentation is available in \fI/usr/share/doc/packages/lbreakout2\fR.
.SH AUTHOR
This manual page was written by Colin Tuckley <colint@debian.org>,
for the Debian GNU/Linux system (but may be used by others).