]> git.deb.at Git - pkg/netris.git/blob - debian/netris-sample-robot.6
Imported Debian patch 0.52-2
[pkg/netris.git] / debian / netris-sample-robot.6
1 .TH netris-sample-robot 6 "16 Feb 2002" "0.5" "Netris Sample Robot"
2 .SH "NAME"
3 netris-sample-robot \- sample robot for netris
4 .SH "SYNOPSIS"
5 .B netris-sample-robot
6 .RB [\| \-l \|]
7 .SH "DESCRIPTION"
8 The netris-sample-robot is a sample implementation of the robot protocol. It
9 plays quite well but isn't too hard to beat. The robot should be started from
10 netris with the option
11 .B \-r
12 to connect or wait for another player to join. You can also let two robots play
13 against each other in that way, if you like.
14
15 .SH "OPTIONS"
16 .TP
17 .B \-l
18 Writes some log information into the file
19 .B log
20 in the current working directory. If it can't it bails out.
21
22 .SH "EXAMPLES"
23 .TP
24 To start the netris-sample-robot waiting for another connection with logfile use the following line:
25 netris -w -r 'netris-sample-robot -l'
26 .P
27 You then just have to start netris somewhere else which connects to that robot.
28
29 .SH "SEE ALSO"
30 .BR netris (6)
31
32 .SH "BUGS"
33 One known bug of the netris-sample-robot is that it hangs quite often. This was
34 already filed as a bugreport against the package so please refrain from doing
35 so again.  If you have an idea why this happens or know a solution how to fix
36 it feel free to mail me.
37
38 .SH "AUTHORS"
39 Netris was written by Mark H. Weaver <mhw@netris.org>.
40
41 This manual page was written by Gerfried Fuchs <alfie@debian.org> for
42 the Debian GNU/Linux system (but may be used by others).