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
|
|
|
|
next level. The on key allows you to switch between the filled circle,
|
|
|
|
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}{}{}
|
|
|
|
\opt{RECORDER_PAD}{\ButtonOn}
|
|
|
|
\opt{ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IAUDIO_X5_PAD}%
|
|
|
|
{\fixme{TBD}} & Toggle control \\
|
|
|
|
\opt{RECORDER_PAD}{\ButtonFOne}
|
|
|
|
\opt{ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IAUDIO_X5_PAD}%
|
|
|
|
{\fixme{TBD}} & Previous level \\
|
|
|
|
\opt{RECORDER_PAD}{\ButtonFTwo}
|
|
|
|
\opt{ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IAUDIO_X5_PAD}%
|
|
|
|
{\fixme{TBD}} & Reset level \\
|
|
|
|
\opt{RECORDER_PAD}{\ButtonFThree}
|
|
|
|
\opt{ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IAUDIO_X5_PAD}%
|
|
|
|
{\fixme{TBD}} & Next level \\
|
|
|
|
\opt{RECORDER_PAD}{\ButtonOff}
|
|
|
|
\opt{ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IAUDIO_X5_PAD}%
|
|
|
|
{\fixme{TBD}} & Exit the game \\
|
|
|
|
\end{btnmap}
|
2006-02-28 16:33:04 +00:00
|
|
|
\end{table}
|