Add a generic \opt{HAVEREMOTEKEYMAP}{& } to button maps to allow all
[kugel-rb.git] / manual / plugins / chessbox.tex
blobab7593c893f3dc6e2c73c66735fa66ddc58521b1
1 % $Id$ %
2 \subsection{Chessbox}
3 \screenshot{plugins/images/ss-chessbox}{Chessbox}{img:chessbox}
4 Chessbox is a one-person chess game with computer artificial intelligence.
5 The chess engine is a port of GNU Chess 2 by John Stanback.
7 It also works as a PGN file viewer. Instead of executing the game from the
8 plugin menu, look for any file with \fname{.pgn} extension in the file browser
9 and execute it. Chessbox will show the list of matches included in the file
10 and allow you to select the one you want to watch. After that, you can scroll
11 back and forth through the moves of the game. If the menu is invoked while in
12 the viewer, the user is allowed to select a new match from the same file or
13 quit the game.
15 ``Force play'' while the computer is thinking will cause it to make its move
16 immediately. If done while it's your turn, the computer will move
17 for you and flip the board so that you are playing from the other side. If you
18 want, you can force play an entire game and watch the artificial intelligence
19 fight against itself.
21 When you quit the game the current state will be saved and restored when
22 you resume the game. The menu also allows the user to reload the last game
23 saved, save the current position and start a new game without having to quit
24 the game.
26 \opt{recorder,recorderv2fm,ondio}{
27 \note{This plugin will stop playback.}
30 \subsubsection{Keys}
31 \begin{table}
32 \begin{btnmap}{}{}
33 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu, \ButtonPlay, \ButtonLeft, \ButtonRight}
34 \nopt{IPOD_4G_PAD,IPOD_3G_PAD}{Direction keys}
35 \opt{HAVEREMOTEKEYMAP}{& }
36 & Move the cursor\\
37 \opt{RECORDER_PAD}{\ButtonPlay}
38 \opt{ONDIO_PAD}{\ButtonMenu}
39 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD%
40 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}
41 {\ButtonSelect}
42 \opt{IRIVER_H10_PAD}{\ButtonRew}
43 \opt{HAVEREMOTEKEYMAP}{& }
44 & Pick up / Drop piece\\
45 \opt{RECORDER_PAD}{\ButtonFOne}
46 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonOff}
47 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
48 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight}
49 \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}
50 \opt{IRIVER_H10_PAD}{\ButtonFF}
51 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonMenu}
52 \opt{MROBE100_PAD}{\ButtonDisplay}
53 \opt{HAVEREMOTEKEYMAP}{& }
54 & Change level\\
55 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
56 \opt{ONDIO_PAD}{Long \ButtonMenu}
57 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay}
58 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD}{\ButtonPlay}
59 \opt{SANSA_E200_PAD}{\ButtonSelect+\ButtonRight}
60 \opt{SANSA_C200_PAD}{\ButtonVolUp}
61 \opt{GIGABEAT_PAD}{\ButtonA}
62 \opt{MROBE100_PAD}{\ButtonPlay}
63 \opt{HAVEREMOTEKEYMAP}{& }
64 & Force play\\
65 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
66 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
67 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonPower}
68 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonPower}
69 \opt{HAVEREMOTEKEYMAP}{& }
70 & Show the menu\\
71 \end{btnmap}
72 \end{table}