summaryrefslogtreecommitdiffstats
path: root/manual/plugins/pong.tex
blob: bd015758a3066d831a85c5fc09d39657c3ba2dbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
\subsection{Pong}
\begin{figure}[ht!]
\begin{center}
\includegraphics[width=4cm]{plugins/images/ss-pong-\genericimg.png}
\end{center}
\caption{Pong}
\end{figure}
Pong is a simple two player "tennis game". Whenever a player misses the ball the other scores. 

\begin{table}[ht!]
    \begin{center}
    \begin{tabular}{ll}\toprule
    \textbf{Key} & \textbf{Action}\\\midrule
    \opt{recorder,recorderv2fm}{F1}\opt{ondio}{LEFT}\opt{h1xx,h300}{UP}\opt{ipodcolor,ipodnano}{MENU} & Left player up\\
    \opt{recorder,recorderv2fm,ipodcolor,ipodnano}{LEFT}\opt{ondio}{MODE}\opt{h1xx,h300}{DOWN} & Left player down\\
    \opt{recorder,recorderv2fm}{F3}\opt{ondio}{UP}\opt{h1xx,h300}{PLAY}\opt{ipodcolor,ipodnano}{RIGHT} & Right player up\\
    \opt{recorder,recorderv2fm}{RIGHT}\opt{ondio}{DOWN}\opt{h1xx,h300}{A-B}\opt{ipodcolor,ipodnano}{PLAY} & Right player down\\
    \opt{recorder,recorderv2fm,h1xx,h300}{STOP}\opt{ondio}{OFF}\opt{ipodcolor,ipodnano}{SELECT} & Quit\\\bottomrule
    \end{tabular}
    \end{center}
\end{table}