The archos website fooled me by providing a wrong download, no need for that extended...
[Rockbox.git] / manual / plugins / pong.tex
blobd28fcdd1db7b68e1139a3493c33ffee5903e7d5d
1 \subsection{Pong}
2 \screenshot{plugins/images/ss-pong}{Pong}{img:pong}
3 Pong is a simple two player ``tennis game''. Whenever a player misses the ball the other scores.
5 \begin{table}
6 \begin{btnmap}{}{}
7 \opt{RECORDER_PAD}{\ButtonFOne}
8 \opt{ONDIO_PAD,SANSA_E200_PAD}{\ButtonLeft}
9 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD}{\ButtonUp}
10 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
11 \opt{IRIVER_H10_PAD}{\ButtonScrollUp}
12 & Left player up\\
13 \opt{RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft}
14 \opt{ONDIO_PAD}{\ButtonMenu}
15 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,GIGABEAT_PAD}{\ButtonDown}
16 \opt{IRIVER_H10_PAD}{\ButtonScrollDown}
17 & Left player down\\
18 \opt{RECORDER_PAD}{\ButtonFThree}
19 \opt{ONDIO_PAD,SANSA_E200_PAD}{\ButtonUp}
20 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
21 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonRight}
22 \opt{IAUDIO_X5_PAD}{\ButtonRec}
23 \opt{IRIVER_H10_PAD}{\ButtonRew}
24 \opt{GIGABEAT_PAD}{\ButtonVolUp}
25 & Right player up\\
26 \opt{RECORDER_PAD,SANSA_E200_PAD}{\ButtonRight}
27 \opt{ONDIO_PAD}{\ButtonDown}
28 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
29 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD}{\ButtonPlay}
30 \opt{IRIVER_H10_PAD}{\ButtonFF}
31 \opt{GIGABEAT_PAD}{\ButtonVolDown}
32 & Right player down\\
33 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
34 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect}
35 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,GIGABEAT_PAD}{\ButtonPower}
36 & Quit\\
37 \end{btnmap}
38 \end{table}