Fix missing plugin buttons for the Gigabeat, add missing screenshots and fix a typo...
[Rockbox.git] / manual / plugins / star.tex
blob4dcdd0d398519f96383c3caa6f7a02edd4630f82
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,GIGABEAT_PAD}{\ButtonUp}
20 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
21 \opt{IRIVER_H10_PAD}{\ButtonScrollUp}
22 & Move Up\\
23 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,GIGABEAT_PAD}{\ButtonDown}
24 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay}
25 \opt{IRIVER_H10_PAD}{\ButtonScrollDown}
26 & Move Down\\
27 \opt{RECORDER_PAD}{\ButtonOn}
28 \opt{ONDIO_PAD}{\ButtonMenu}
29 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
30 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,GIGABEAT_PAD}{\ButtonSelect}
31 \opt{IRIVER_H10_PAD}{\ButtonRew}
32 & Switch between circle and square\\
33 \opt{RECORDER_PAD}{\ButtonFOne}
34 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft}
35 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode+\ButtonLeft}
36 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonSelect+\ButtonLeft}
37 \opt{IAUDIO_X5_PAD}{\ButtonPlay+\ButtonDown}
38 \opt{IRIVER_H10_PAD}{\ButtonPlay+\ButtonScrollDown}
39 \opt{GIGABEAT_PAD}{\ButtonVolDown}
40 & Previous level\\
41 \opt{RECORDER_PAD}{\ButtonFTwo}
42 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonUp}
43 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode+\ButtonUp}
44 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay}
45 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay+\ButtonRight}
46 \opt{SANSA_E200_PAD}{\ButtonSelect+\ButtonDown}
47 \opt{GIGABEAT_PAD}{\ButtonA}
48 & Reset level \\
49 \opt{RECORDER_PAD}{\ButtonFThree}
50 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonRight}
51 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode+\ButtonRight}
52 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonSelect+\ButtonRight}
53 \opt{IAUDIO_X5_PAD}{\ButtonPlay+\ButtonRight}
54 \opt{IRIVER_H10_PAD}{\ButtonPlay+\ButtonScrollUp}
55 \opt{GIGABEAT_PAD}{\ButtonVolUp}
56 & Next level \\
57 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
58 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
59 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,GIGABEAT_PAD}{\ButtonPower}
60 & Exit the game \\
61 \end{btnmap}
62 \end{table}