c7fd0fee7a
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8763 a1c6a512-1295-4272-9138-f99709370657
143 lines
2.3 KiB
TeX
143 lines
2.3 KiB
TeX
\subsection{Chess Clock}
|
|
\begin{figure}[h]
|
|
\begin{center}
|
|
%\includegraphics{plugins/images/\platform/ss_chessclock.png}
|
|
\end{center}
|
|
\caption{Chess Clock}
|
|
\end{figure}
|
|
|
|
The chess clock plugin is designed to
|
|
simulate a chess clock, but it can be used
|
|
in any kind of game with up to ten players.
|
|
|
|
\subsubsection{Setup}
|
|
|
|
\begin{itemize}
|
|
\item First enter the number of players (1{}-10) (press PLAY to
|
|
continue).
|
|
\item Then set the total game time in mm:ss (press PLAY to continue,
|
|
STOP to go back).
|
|
\item Then the maximum round time is entered. For example, this could
|
|
be used to play Scrabble for a maximum of 15 minutes each, with each
|
|
round taking no longer than one minute. (press PLAY to continue).
|
|
\item Done. Player 1 starts in paused mode. So press PLAY to start.
|
|
\end{itemize}
|
|
|
|
\subsubsection{While playing}
|
|
The number of the current player is displayed on the top line. The time
|
|
below is the time remaining for that round (and possibly also the total
|
|
time left if different).
|
|
|
|
Keys are as follows:
|
|
|
|
\begin{center}\begin{tabular}{|p{1.917cm}|p{2.7649999cm}|p{1.7049999cm}|p{9.433001cm}|}
|
|
\hline
|
|
{\centering\bfseries\itshape
|
|
PLAYER
|
|
\par}
|
|
&
|
|
{\centering\bfseries\itshape
|
|
RECORDER
|
|
\par}
|
|
&
|
|
{\centering\bfseries\itshape
|
|
ONDIO
|
|
\par}
|
|
&
|
|
{\centering\bfseries\itshape
|
|
FUNCTION
|
|
\par}
|
|
\\\hline
|
|
{\centering
|
|
ON
|
|
\par}
|
|
&
|
|
{\centering
|
|
OFF
|
|
\par}
|
|
&
|
|
{\centering
|
|
ONOFF
|
|
\par}
|
|
&
|
|
Exit plugin
|
|
\\\hline
|
|
{\centering
|
|
STOP
|
|
\par}
|
|
&
|
|
{\centering
|
|
LEFT
|
|
\par}
|
|
&
|
|
{\centering
|
|
LEFT
|
|
\par}
|
|
&
|
|
Restart round for the player
|
|
\\\hline
|
|
{\centering
|
|
PLAY
|
|
\par}
|
|
&
|
|
{\centering
|
|
PLAY
|
|
\par}
|
|
&
|
|
{\centering
|
|
RIGHT
|
|
\par}
|
|
&
|
|
Pausing the time (press again to continue)
|
|
\\\hline
|
|
{\centering
|
|
RIGHT
|
|
\par}
|
|
&
|
|
{\centering
|
|
UP
|
|
\par}
|
|
&
|
|
{\centering
|
|
UP
|
|
\par}
|
|
&
|
|
Switch to next player
|
|
\\\hline
|
|
{\centering
|
|
LEFT
|
|
\par}
|
|
&
|
|
{\centering
|
|
DOWN
|
|
\par}
|
|
&
|
|
{\centering
|
|
DOWN
|
|
\par}
|
|
&
|
|
Switch to previous player
|
|
\\\hline
|
|
{\centering
|
|
MENU
|
|
\par}
|
|
&
|
|
{\centering
|
|
F1
|
|
\par}
|
|
&
|
|
{\centering
|
|
MODE
|
|
\par}
|
|
&
|
|
Enter a simple menu
|
|
\\\hline
|
|
\end{tabular}\end{center}
|
|
From the menu it is possible to delete a player, modify the round time
|
|
for the current player or set the total time for the game.
|
|
|
|
When the round time is up for a player the message ``ROUND UP!'' is shown (press NEXT to continue).
|
|
|
|
When the total time is up for a player the message ``TIME UP!''is shown. Then player will then be removed from the timer.
|
|
|
|
|