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-02-28 16:33:04 +00:00
|
|
|
\begin{table}[h!]
|
|
|
|
\begin{center}
|
2006-03-09 09:31:34 +00:00
|
|
|
\begin{tabular}{@{}ll@{}}\toprule
|
|
|
|
\textbf{Key} & \textbf{Action} \\\midrule
|
|
|
|
ON & Toggle control \\
|
|
|
|
F1 & Previous level \\
|
|
|
|
F2 & Reset level \\
|
|
|
|
F3 & Next level \\
|
|
|
|
OFF & Exit the game \\\bottomrule
|
2006-02-28 16:33:04 +00:00
|
|
|
\end{tabular}
|
|
|
|
\end{center}
|
|
|
|
\end{table}
|