shuld fix red and yellow
[kugel-rb.git] / manual / plugins / blackjack.tex
blob23a9dd56279f5db0d9cb34011ef4bbd26b44022b
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 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
18 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_C200_PAD}
19 {\ButtonLeft{} / \ButtonRight{} / \ButtonUp{} / \ButtonDown}
20 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}
21 {\ButtonLeft{} / \ButtonRight{} / \ButtonScrollFwd{} / \ButtonScrollBack}
22 \opt{IRIVER_H10_PAD}
23 {\ButtonLeft{} / \ButtonRight{} / \ButtonScrollUp{} / \ButtonScrollDown}
24 \opt{COWON_D2_PAD}{\TouchMidRight{} / \TouchMidLeft}
25 \opt{HAVEREMOTEKEYMAP}{& }
26 & Enter betting amount\\
27 \opt{RECORDER_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD}{\ButtonPlay}
28 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
29 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD%
30 ,SANSA_E200_PAD,SANSA_C200_PAD,MROBE100_PAD,SANSA_FUZE_PAD}{\ButtonSelect}
31 \opt{ONDIO_PAD}{\ButtonMenu}
32 \opt{COWON_D2_PAD}{\TouchTopRight}
33 \opt{HAVEREMOTEKEYMAP}{& }
34 & Hit (Draw new card) / Select\\
35 \opt{RECORDER_PAD}{\ButtonFOne}
36 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonRec}
37 \opt{IRIVER_H10_PAD}{\ButtonFF}
38 \opt{ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_FUZE_PAD}{\ButtonRight}
39 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown}
40 \opt{MROBE100_PAD}{\ButtonDisplay}
41 \opt{COWON_D2_PAD}{\TouchBottomLeft}
42 \opt{HAVEREMOTEKEYMAP}{& }
43 & Stay (End hand)\\
44 \opt{RECORDER_PAD}{\ButtonFTwo}
45 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_S_PAD}{\ButtonSelect}
46 \opt{IAUDIO_X5_PAD}{\ButtonPlay}
47 \opt{IRIVER_H10_PAD}{\ButtonRew}
48 \opt{GIGABEAT_PAD}{\ButtonA}
49 \opt{ONDIO_PAD}{\ButtonUp}
50 \opt{MROBE100_PAD}{\ButtonDown}
51 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_FUZE_PAD}{\ButtonLeft}
52 \opt{COWON_D2_PAD}{\ButtonMinus}
53 \opt{HAVEREMOTEKEYMAP}{& }
54 & Double down\\
55 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
56 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
57 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD%
58 ,GIGABEAT_PAD,MROBE100_PAD,COWON_D2_PAD}{\ButtonPower}
59 \opt{GIGABEAT_S_PAD}{\ButtonBack}
60 \opt{SANSA_FUZE_PAD}{Long \ButtonHome}
61 \opt{HAVEREMOTEKEYMAP}{& }
62 & Pause game and go to menu / Cancel\\
63 \end{btnmap}
64 \end{table}