diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2006-04-11 20:28:43 +0000 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2006-04-11 20:28:43 +0000 |
| commit | 3af5cc73e57a77eb451c8128e73fb4bed2f96f09 (patch) | |
| tree | 8d5a6522bd1f54b65ea1d6ce7f3370b1d2bfb9ec /manual/plugins/solitaire.tex | |
| parent | 573602a97416a2ac4cce14271a0d66553d12b651 (diff) | |
| download | rockbox-3af5cc73e57a77eb451c8128e73fb4bed2f96f09.zip rockbox-3af5cc73e57a77eb451c8128e73fb4bed2f96f09.tar.gz rockbox-3af5cc73e57a77eb451c8128e73fb4bed2f96f09.tar.bz2 rockbox-3af5cc73e57a77eb451c8128e73fb4bed2f96f09.tar.xz | |
Update to game plugins by Mark Bright (FS#5095)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9620 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/solitaire.tex')
| -rw-r--r-- | manual/plugins/solitaire.tex | 55 |
1 files changed, 51 insertions, 4 deletions
diff --git a/manual/plugins/solitaire.tex b/manual/plugins/solitaire.tex index 4b572e0..bc49642 100644 --- a/manual/plugins/solitaire.tex +++ b/manual/plugins/solitaire.tex @@ -1,9 +1,56 @@ \subsection{Solitaire} \screenshot{plugins/images/ss-solitaire}{Klondike solitaire}{fig:solitaire} -This is the classic Klondike solitaire game -for Rockbox. Select \emph{help} from the game menu to get an -explanation of what the keys do. Rules for Klondike solitaire are -available from \url{http://www.solitairecentral.com/rules/klondike.html}. +This is the classic Klondike solitaire game for Rockbox. +This is probably the best-known solitaire in the world. Many people +don't even realize that other games exist. Though the name may not +be familiar, the game itself certainly is. This is due in no small +part to Microsoft's inclusion of the the game in every version of +Windows. Though popular, the odds of winning are rather low, perhaps +one in thirty hands. + +For the full set of rules to the game, and other facinating information +visit\\ +\url{http://www.solitairecentral.com/rules/klondike.html} + +\begin{table} + \begin{btnmap}{}{} + \opt{RECORDER_PAD,ONDIO_PAD,h1xx,h300,x5} + {\ButtonLeft, \ButtonRight, \ButtonUp\ and \ButtonDown} + \opt{IPOD_4G_PAD}{\fixme{tbd}} + & Move Cursor around.\\ + % + \opt{RECORDER_PAD}{\ButtonOn} + \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect} + \opt{AUDIO_X5_PAD,IPOD_4G_PAD}{\fixme{TBD}} + \opt{ONDIO_PAD}{\ButtonMenu} % + & Select cards, move cards, reveal hidden cards...\\ + % + \opt{RECORDER_PAD}{\ButtonFTwo} + \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} + \opt{AUDIO_X5_PAD,IPOD_4G_PAD}{\fixme{TBD}} + \opt{ONDIO_PAD}{Hold \ButtonMenu} % + & If a card was selected -- unselect it, else\\ + & Draw 3 new cards from the remains stack\\ + % + \opt{RECORDER_PAD}{\ButtonPlay} + \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn + \ButtonLeft} + \opt{AUDIO_X5_PAD,IPOD_4G_PAD}{\fixme{TBD}} + \opt{ONDIO_PAD}{Hold \ButtonLeft} % + & Put the card from the top of the remains stack on top of the cursor\\ + % + \opt{RECORDER_PAD}{\ButtonFOne} + \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{Hold \ButtonSelect} + \opt{AUDIO_X5_PAD,IPOD_4G_PAD}{\fixme{TBD}} + \opt{ONDIO_PAD}{Hold \ButtonRight} % + & Put the card under the cursor on one of the 4 final colour stacks.\\ + % + \opt{RECORDER_PAD}{\ButtonFThree} + \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn + \ButtonRight} + \opt{AUDIO_X5_PAD,IPOD_4G_PAD}{\fixme{TBD}} + \opt{ONDIO_PAD}{Hold \ButtonUp} % + & Put the card on top of the remains stack on one of the final colour stacks.\\ + \end{btnmap} + \end{table} |