Fix various size_t related warnings and errors
[kugel-rb.git] / manual / plugins / blackjack.tex
blobde0ac90c2124cde578e3a048a68a9f1b5c9861bc
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,PBELL_VIBE500_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{PBELL_VIBE500_PAD}{\ButtonOK}
34 \opt{HAVEREMOTEKEYMAP}{& }
35 & Hit (Draw new card) / Select\\
36 \opt{RECORDER_PAD}{\ButtonFOne}
37 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonRec}
38 \opt{IRIVER_H10_PAD}{\ButtonFF}
39 \opt{ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_FUZE_PAD}{\ButtonRight}
40 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown}
41 \opt{MROBE100_PAD}{\ButtonDisplay}
42 \opt{COWON_D2_PAD}{\TouchBottomLeft}
43 \opt{PBELL_VIBE500_PAD}{\ButtonCancel}
44 \opt{HAVEREMOTEKEYMAP}{& }
45 & Stay (End hand)\\
46 \opt{RECORDER_PAD}{\ButtonFTwo}
47 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_S_PAD}{\ButtonSelect}
48 \opt{IAUDIO_X5_PAD}{\ButtonPlay}
49 \opt{IRIVER_H10_PAD}{\ButtonRew}
50 \opt{GIGABEAT_PAD}{\ButtonA}
51 \opt{ONDIO_PAD}{\ButtonUp}
52 \opt{MROBE100_PAD}{\ButtonDown}
53 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_FUZE_PAD}{\ButtonLeft}
54 \opt{COWON_D2_PAD}{\ButtonMinus}
55 \opt{PBELL_VIBE500_PAD}{\ButtonMenu}
56 \opt{HAVEREMOTEKEYMAP}{& }
57 & Double down\\
58 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
59 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
60 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD%
61 ,GIGABEAT_PAD,MROBE100_PAD,COWON_D2_PAD}{\ButtonPower}
62 \opt{GIGABEAT_S_PAD}{\ButtonBack}
63 \opt{SANSA_FUZE_PAD}{Long \ButtonHome}
64 \opt{PBELL_VIBE500_PAD}{\ButtonRec}
65 \opt{HAVEREMOTEKEYMAP}{& }
66 & Pause game and go to menu / Cancel\\
67 \end{btnmap}
68 \end{table}