Rename InstallProgress form to ProgressLogger as it's a generic logger window now.
[Rockbox.git] / manual / plugins / star.tex
blob15e9793f4fadf3548c434e541da67bdadd7f1cee
1 \subsection{Star}
2 \screenshot{plugins/images/ss-star}{Star game}{fig:star}
4 This is a puzzle game. It is actually a rewrite of Star, a game written
5 by CDK designed for the hp48 calculator.
7 Rules: Take all of the ``o''s to go to the
8 next level. You can switch control between the filled circle,
9 which can take ``o''s, and the filled square, which is used as a mobile
10 wall to allow your filled circle to get to places on the screen it
11 could not otherwise reach. The block cannot take ``o''s.
13 \begin{table}
14 \begin{btnmap}{}{}
15 \ButtonLeft
16 & Move Left\\
17 \ButtonRight
18 & Move Right\\
19 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}
20 {\ButtonUp}
21 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
22 \opt{IRIVER_H10_PAD}{\ButtonScrollUp}
23 & Move Up\\
24 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}
25 {\ButtonDown}
26 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay}
27 \opt{IRIVER_H10_PAD}{\ButtonScrollDown}
28 & Move Down\\
29 \opt{RECORDER_PAD}{\ButtonOn}
30 \opt{ONDIO_PAD}{\ButtonMenu}
31 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
32 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonSelect}
33 \opt{IRIVER_H10_PAD}{\ButtonRew}
34 & Switch between circle and square\\
35 \opt{RECORDER_PAD}{\ButtonFOne}
36 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft}
37 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode+\ButtonLeft}
38 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect+\ButtonLeft}
39 \opt{IAUDIO_X5_PAD}{\ButtonPlay+\ButtonDown}
40 \opt{IRIVER_H10_PAD}{\ButtonPlay+\ButtonScrollDown}
41 \opt{GIGABEAT_PAD}{\ButtonVolDown}
42 \opt{MROBE100_PAD}{\ButtonMenu}
43 & Previous level\\
44 \opt{RECORDER_PAD}{\ButtonFTwo}
45 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonUp}
46 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode+\ButtonUp}
47 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay}
48 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay+\ButtonRight}
49 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect+\ButtonDown}
50 \opt{GIGABEAT_PAD}{\ButtonA}
51 \opt{MROBE100_PAD}{\ButtonDisplay}
52 & Reset level \\
53 \opt{RECORDER_PAD}{\ButtonFThree}
54 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonRight}
55 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode+\ButtonRight}
56 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect+\ButtonRight}
57 \opt{IAUDIO_X5_PAD}{\ButtonPlay+\ButtonRight}
58 \opt{IRIVER_H10_PAD}{\ButtonPlay+\ButtonScrollUp}
59 \opt{GIGABEAT_PAD}{\ButtonVolUp}
60 \opt{MROBE100_PAD}{\ButtonPlay}
61 & Next level \\
62 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
63 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
64 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD}{\ButtonPower}
65 & Exit the game \\
66 \end{btnmap}
67 \end{table}