puzzles: update manual entry

Change-Id: I9c53eaa217ec8cd36ce3de4eaa1237c78bb0c1ea
This commit is contained in:
Franklin Wei 2017-06-03 22:01:17 -04:00
parent 34998e3151
commit 68c5f93ea6
3 changed files with 31 additions and 9 deletions

View file

@ -72,8 +72,6 @@ text files%
\opt{lcd_bitmap}{\input{plugins/pong.tex}} \opt{lcd_bitmap}{\input{plugins/pong.tex}}
\opt{lcd_bitmap}{\input{plugins/puzzles.tex}}
\opt{lcd_bitmap}{\input{plugins/reversi.tex}} \opt{lcd_bitmap}{\input{plugins/reversi.tex}}
\opt{lcd_bitmap}{\input{plugins/robotfindskitten.tex}} \opt{lcd_bitmap}{\input{plugins/robotfindskitten.tex}}
@ -82,6 +80,8 @@ text files%
\opt{lcd_bitmap}{\input{plugins/rockblox1d.tex}} \opt{lcd_bitmap}{\input{plugins/rockblox1d.tex}}
\opt{lcd_bitmap}{\input{plugins/sgt-puzzles.tex}}
\opt{lcd_bitmap}{\input{plugins/sliding.tex}} \opt{lcd_bitmap}{\input{plugins/sliding.tex}}
\opt{lcd_bitmap}{\input{plugins/snake.tex}} \opt{lcd_bitmap}{\input{plugins/snake.tex}}

View file

@ -1,7 +0,0 @@
\subsection{Puzzles}
\screenshot{plugins/images/ss-puzzles-cube}{``Cube'' from Puzzles}{fig:Cube}
\screenshot{plugins/images/ss-puzzles-map}{``Map'' from Puzzles}{fig:Map}
``Puzzles'' is a port of Simon Tatham's Portable Puzzle
Collection. For documentation on the games included, please visit
(\url{http://www.chiark.greenend.org.uk/~sgtatham/puzzles/}).

View file

@ -0,0 +1,29 @@
\subsection{Sgt-Puzzles}
\screenshot{plugins/images/ss-puzzles-cube}{``Cube'', a rolling solid puzzle}{fig:Cube}
\screenshot{plugins/images/ss-puzzles-map}{``Map'', a 4-coloring game}{fig:Map}
The games that begin with the ``sgt-'' prefix are ports of certain
puzzles from Simon Tatham's Portable Puzzle Collection, an open source
collection of single-player puzzle games.
\subsubsection{Puzzle Documentation}
For documentation on the games included, please see the ``Extensive
Help'' menu option from inside the plugin to read puzzle-specific
instructions or visit their official website at
\url{https://www.chiark.greenend.org.uk/~sgtatham/puzzles/}.
\subsubsection{Dynamic Font Sizing}
By default, each game will only use one of two fonts in drawing: the
hard-coded system font for fixed-width text, and the theme's UI font
for variable-width text. For improved puzzle rendering, each puzzle is
capable of using a special font pack when it is installed. This font
pack is available from
\url{http://download.rockbox.org/useful/sgt-fonts.zip}. To install,
simply extract the contents of this file to the
\fname{/.rockbox/fonts/} directory on your device. Once this has been
done, each game will dynamically load and use properly-sized fonts
whenever needed.
\note{On hard disk-based devices, this may cause a slight delay as the
disk spins up to load the fonts when a puzzle is first started, and
after using the ``Extensive Help'' feature.}