The archos website fooled me by providing a wrong download, no need for that extended...
[Rockbox.git] / manual / plugins / blackjack.tex
blob7a7caa491a1aa4066f8812e0812a354d19a70165
1 \subsection{Blackjack}
2 \screenshot{plugins/images/ss-blackjack}{Blackjack}{fig:blackjack}
4 Blackjack, a game played in casinos around the world, is now available
5 in the palm of your hand! The rules are simple: try to get as close to 21
6 without going over or simply beat out the dealer for the best hand.
7 Although this may not seem difficult, blackjack is a game renowned for the
8 strategy involved. This version includes the ability to split, buy insurance,
9 and double down.
11 For the full set of rules to the game, and other facinating information
12 visit\\
13 \url{http://www.blackjackinfo.com/blackjack-rules.php}
15 \begin{table}
16 \begin{btnmap}{}{}
17 \multicolumn{2}{c}{\textbf{In menu}}\\\hline
18 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
19 \opt{GIGABEAT_PAD}{\ButtonPower}
20 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}
21 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonSelect}
22 \opt{ONDIO_PAD}{\ButtonMenu}
23 & Start new game\\
24 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
25 \opt{RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay}
26 \opt{ONDIO_PAD,IAUDIO_X5_PAD}{\ButtonDown}
27 \opt{IRIVER_H10_PAD}{\ButtonRight}
28 \opt{SANSA_E200_PAD}{\ButtonRec}
29 \opt{GIGABEAT_PAD}{\ButtonMenu}
30 & Resume saved game\\
31 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect}
32 \opt{RECORDER_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD}{\ButtonRight}
33 \opt{ONDIO_PAD,SANSA_E200_PAD}{\ButtonUp}
34 \opt{IRIVER_H10_PAD}{\ButtonLeft}
35 & Show high scores\\
36 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
37 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
38 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD}{\ButtonPower}
39 \opt{GIGABEAT_PAD}{\ButtonA}
40 & Quit\\\hline
41 \multicolumn{2}{c}{\textbf{In game}}\\\hline
42 \ButtonLeft/\ButtonRight/\\
43 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD}
44 {\ButtonUp/\ButtonDown}
45 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd/\ButtonScrollBack}
46 \opt{IRIVER_H10_PAD,SANSA_E200_PAD}{\ButtonScrollUp/\ButtonScrollDown}
47 & Enter betting amount\\
48 \opt{RECORDER_PAD}{\ButtonFOne}
49 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
50 \opt{IRIVER_H10_PAD}{\ButtonPlay}
51 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD}{\ButtonSelect}
52 \opt{ONDIO_PAD}{\ButtonLeft}
53 \opt{GIGABEAT_PAD}{\ButtonVolUp}
54 & Hit (Draw new card)\\
55 \opt{RECORDER_PAD}{\ButtonFTwo}
56 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonRec}
57 \opt{IRIVER_H10_PAD}{\ButtonFF}
58 \opt{ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonRight}
59 \opt{GIGABEAT_PAD}{\ButtonVolDown}
60 & Stay (End hand)\\
61 \opt{RECORDER_PAD}{\ButtonFThree}
62 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD}{\ButtonSelect}
63 \opt{IAUDIO_X5_PAD}{\ButtonPlay}
64 \opt{IRIVER_H10_PAD}{\ButtonRew}
65 \opt{ONDIO_PAD}{\ButtonUp}
66 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonLeft}
67 & Double down\\
68 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
69 \opt{RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay}
70 \opt{ONDIO_PAD,IAUDIO_X5_PAD}{\ButtonDown}
71 \opt{IRIVER_H10_PAD}{\ButtonRight}
72 \opt{SANSA_E200_PAD}{\ButtonRec}
73 \opt{GIGABEAT_PAD}{\ButtonMenu}
74 & Save game\\
75 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
76 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
77 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD}{\ButtonPower}
78 \opt{GIGABEAT_PAD}{\ButtonA}
79 & Return to menu or cancel\\\hline
80 \end{btnmap}
81 \end{table}