From fcd884ba9bdc14b53009c5808bc2d33cd692dbb5 Mon Sep 17 00:00:00 2001 From: Martin Arver Date: Sun, 12 Mar 2006 12:56:49 +0000 Subject: Patch #4821 by Nils Wallménius. Add Checkbox plugin to the manual MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9012 a1c6a512-1295-4272-9138-f99709370657 --- manual/plugins/chessbox.tex | 26 +++++++++++++++++++++++ manual/plugins/images/ss-chessbox-112x64x1.png | Bin 0 -> 405 bytes manual/plugins/images/ss-chessbox-160x128x2.png | Bin 0 -> 798 bytes manual/plugins/images/ss-chessbox-176x132x16.png | Bin 0 -> 1592 bytes manual/plugins/images/ss-chessbox-220x176x16.png | Bin 0 -> 7493 bytes manual/plugins/main.tex | 2 ++ 6 files changed, 28 insertions(+) create mode 100644 manual/plugins/chessbox.tex create mode 100644 manual/plugins/images/ss-chessbox-112x64x1.png create mode 100644 manual/plugins/images/ss-chessbox-160x128x2.png create mode 100644 manual/plugins/images/ss-chessbox-176x132x16.png create mode 100644 manual/plugins/images/ss-chessbox-220x176x16.png (limited to 'manual/plugins') diff --git a/manual/plugins/chessbox.tex b/manual/plugins/chessbox.tex new file mode 100644 index 0000000000..98849c0df4 --- /dev/null +++ b/manual/plugins/chessbox.tex @@ -0,0 +1,26 @@ +\subsection{Chessbox} +\begin{figure}[h!] +\begin{center} +\includegraphics[width=4cm]{plugins/images/ss-chessbox-\genericimg.png} +\end{center} +\caption{Chessbox} +\end{figure} +Chessbox is a chess game with computer AI. The chess engine is a port of GNU Chess 2 by John Stanback.\\ + +\textbf{Keys} +\begin{table}[ht!] + \begin{center} + \begin{tabular}{ll}\toprule + \textbf{Key} & \textbf{Action}\\\midrule + Direction keys & Move the cursor\\ + \opt{recorder,recorderv2fm}{PLAY}\opt{ondio}{short press on MODE}\opt{h1xx,ipodcolor,ipodnano}{SELECT}\opt{h300}{NAVI} + & Select / Move piece\\ + \opt{recorder,recorderv2fm}{F1}\opt{ondio}{MODE+OFF}\opt{h1xx,h300}{A-B}\opt{ipodcolor,ipodnano}{SELECT+RIGHT} + & Change level\\ + \opt{recorder,recorderv2fm}{MENU}\opt{ondio}{long press on MODE}\opt{h1xx,h300}{PLAY}\opt{ipodcolor,ipodnano}{SELECT+PLAY} + & Force play\\ + \opt{recorder,recorderv2fm,h1xx,h300}{STOP}\opt{ondio}{OFF}\opt{ipodcolor,ipodnano}{SELECT+MENU} + & Quit\\\bottomrule + \end{tabular} + \end{center} +\end{table} diff --git a/manual/plugins/images/ss-chessbox-112x64x1.png b/manual/plugins/images/ss-chessbox-112x64x1.png new file mode 100644 index 0000000000..d4c8d7d12a Binary files /dev/null and b/manual/plugins/images/ss-chessbox-112x64x1.png differ diff --git a/manual/plugins/images/ss-chessbox-160x128x2.png b/manual/plugins/images/ss-chessbox-160x128x2.png new file mode 100644 index 0000000000..53b0a7f407 Binary files /dev/null and b/manual/plugins/images/ss-chessbox-160x128x2.png differ diff --git a/manual/plugins/images/ss-chessbox-176x132x16.png b/manual/plugins/images/ss-chessbox-176x132x16.png new file mode 100644 index 0000000000..2277af1eac Binary files /dev/null and b/manual/plugins/images/ss-chessbox-176x132x16.png differ diff --git a/manual/plugins/images/ss-chessbox-220x176x16.png b/manual/plugins/images/ss-chessbox-220x176x16.png new file mode 100644 index 0000000000..5023ac0354 Binary files /dev/null and b/manual/plugins/images/ss-chessbox-220x176x16.png differ diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index 071208c508..49040606cd 100644 --- a/manual/plugins/main.tex +++ b/manual/plugins/main.tex @@ -23,6 +23,8 @@ will carry on playing whilst plugins are being run. \opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/brickmania.tex}} +\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/chessbox.tex}} + \opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/flipit.tex}} \opt{player}{\input{plugins/jackpot.tex}} -- cgit v1.2.3