2006-02-11 01:29:51 +00:00
|
|
|
\subsection{Star}
|
2006-04-02 17:29:44 +00:00
|
|
|
\screenshot{plugins/images/ss-star}{Star game}{fig:star}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
|
|
|
This is a puzzle game. It is actually a rewrite of Star, a game written
|
|
|
|
by CDK designed for the hp48 calculator.
|
|
|
|
|
|
|
|
Rules: Take all of the ``o''s to go to the
|
2006-05-31 14:18:24 +00:00
|
|
|
next level. You can switch control between the filled circle,
|
2006-02-11 01:29:51 +00:00
|
|
|
which can take ``o''s, and the filled square, which is used as a mobile
|
|
|
|
wall to allow your filled circle to get to places on the screen it
|
|
|
|
could not otherwise reach. The block cannot take ``o''s.
|
|
|
|
|
2006-04-03 22:45:01 +00:00
|
|
|
\begin{table}
|
2006-04-11 20:28:43 +00:00
|
|
|
\begin{btnmap}{}{}
|
2006-06-04 09:56:26 +00:00
|
|
|
\ButtonLeft
|
|
|
|
& Move Left\\
|
|
|
|
\ButtonRight
|
|
|
|
& Move Right\\
|
|
|
|
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonUp}
|
2006-08-23 17:10:08 +00:00
|
|
|
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
|
2006-06-04 09:56:26 +00:00
|
|
|
& Move Up\\
|
|
|
|
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonDown}
|
2006-08-23 17:10:08 +00:00
|
|
|
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay}
|
2006-06-04 09:56:26 +00:00
|
|
|
& Move Down\\
|
2006-04-11 20:28:43 +00:00
|
|
|
\opt{RECORDER_PAD}{\ButtonOn}
|
2006-05-31 14:18:24 +00:00
|
|
|
\opt{ONDIO_PAD}{\ButtonMenu}
|
|
|
|
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
|
2006-08-23 17:10:08 +00:00
|
|
|
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD}{\ButtonSelect}
|
2006-06-04 09:56:26 +00:00
|
|
|
& Switch between circle and square\\
|
2006-04-11 20:28:43 +00:00
|
|
|
\opt{RECORDER_PAD}{\ButtonFOne}
|
2006-05-31 14:18:24 +00:00
|
|
|
\opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft}
|
|
|
|
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode+\ButtonLeft}
|
2006-08-23 17:10:08 +00:00
|
|
|
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonLeft}
|
2006-05-31 14:18:24 +00:00
|
|
|
\opt{IAUDIO_X5_PAD}{\ButtonPlay+\ButtonDown}
|
|
|
|
& Previous level\\
|
2006-04-11 20:28:43 +00:00
|
|
|
\opt{RECORDER_PAD}{\ButtonFTwo}
|
2006-05-31 14:18:24 +00:00
|
|
|
\opt{ONDIO_PAD}{\ButtonMenu+\ButtonUp}
|
|
|
|
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode+\ButtonUp}
|
2006-08-23 17:10:08 +00:00
|
|
|
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay}
|
2006-05-31 14:18:24 +00:00
|
|
|
\opt{IAUDIO_X5_PAD}{\ButtonPlay+\ButtonRight}
|
|
|
|
& Reset level \\
|
2006-04-11 20:28:43 +00:00
|
|
|
\opt{RECORDER_PAD}{\ButtonFThree}
|
2006-05-31 14:18:24 +00:00
|
|
|
\opt{ONDIO_PAD}{\ButtonMenu+\ButtonRight}
|
|
|
|
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode+\ButtonRight}
|
2006-08-23 17:10:08 +00:00
|
|
|
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonLeft}
|
2006-05-31 14:18:24 +00:00
|
|
|
\opt{IAUDIO_X5_PAD}{\ButtonPlay+\ButtonRight}
|
|
|
|
& Next level \\
|
|
|
|
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
|
2006-08-23 17:10:08 +00:00
|
|
|
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
|
2006-05-31 14:18:24 +00:00
|
|
|
\opt{IAUDIO_X5_PAD}{\ButtonPower}
|
|
|
|
& Exit the game \\
|
2006-04-11 20:28:43 +00:00
|
|
|
\end{btnmap}
|
2006-02-28 16:33:04 +00:00
|
|
|
\end{table}
|