pass LDFLAGS to compiler at link time
[tennix.git] / tennix.6
blob5ab16f53384f772ecba5dd18df6c2760134a5426
1 .TH "TENNIX" "6" "February 2011" "Tennix 2011 Edition"
2  
3 .SH "NAME"
4 tennix \(em A funny 2D tennis game with network play support
6 .SH "SYNOPSIS"
7 .B tennix
8 .RI [ options ]
10 .SH "DESCRIPTION"
11 .PP 
12 \fBtennix\fR is a top-view 2D tennis game. It  
13 features a two-player game mode and a single-player mode against the 
14 computer.  
15 .PP 
16 This is the SDL port of a DOS game written in 2003. The original game can 
17 still be found on the web at http://thp.io/2003/tennix/
19 .SH "CONTROLS"
20 .PP
21 You can select the controls directly in the menu. Usually, in two-player
22 game mode, player 1 plays using W, S, D, E, F and player 2 plays using
23 O, L, K, I, J. You can also play using mouse, gamepad or Joystick.
24 .PP
25 When using network play, you have to configure your opponent with the
26 input device "Network player", and make sure that the opponent does the
27 same thing (but in reverse).
28 .TP
29 .I P
30 (Un)pause the game
31 .TP
32 .I F
33 Switch between windowed and fullscreen mode
34 .SH "OPTIONS"
35 .TP
36 .I \-f, \-\-fullscreen
37 Start the game in fullscreen mode
38 .TP
39 .I \-b, \-\-benchmark
40 Start the game in benchmark/attract mode (AI vs AI, auto-start, no menu)
41 .TP
42 .I \-m, \-\-master <IP-of-slave>
43 Network play mode; play as master and send input over to slave via the given IP
44 .TP
45 .I \-s, \-\-slave <IP-of-master>
46 Network play mode; play as slave and send input over to master via the given IP
47 .TP
48 .I \-h, \-\-help
49 Show summary of options
50 .SH "HOMEPAGE" 
51 .PP 
52 http://icculus.org/tennix/ 
53 .SH "AUTHOR" 
54 .PP 
55 The author and current maintainer of Tennix is Thomas Perl (thp.io/about).
56 .PP 
57 This manual page was written by Andrea Colangelo (warp10@ubuntu.com) for 
58 the \fBUbuntu\fP system (but may be used by others).  Permission is 
59 granted to copy, distribute and/or modify this document under 
60 the terms of the GNU General Public License, Version 2 any  
61 later version published by the Free Software Foundation. 
62 .PP 
63 On Debian systems, the complete text of the GNU General Public 
64 License can be found in /usr/share/common-licenses/GPL-2.