-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhelp.html
128 lines (114 loc) · 5.44 KB
/
help.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Help | Zigana Poker</title>
<link rel="shortcut icon" href="favicon.png" />
<link rel="stylesheet" href="static/css/normalize.css" type="text/css">
<link rel="stylesheet" href="static/css/poker.css" type="text/css">
<meta name="description" content="Zigana Poker is a card game that is common in casinos, if you think buying chips to start the game you are wrong! This is a free game made to entertain or fill your free time. The rules are the same as in general poker. Enjoy to playing Zigana Poker!">
<meta name="keywords" content="cusmedroid, iyortml, learn php with cusmedroid, learn php with iyortml, cusmedroid android, cusmedroid developer, developer indonesia, made in indonesia, website, php, html, css, js, xml, java, api, apikey, mysqli, phpmyadmin, android studio, android-studio, barcode, livemakingbarcode, live making barcode, live making barcode cusmedroid, qrcode, scanner, poker, Poker, Zigana Poker, ziganapoker, zigana poker, zigan-apoker, zigana_poker">
<meta name="author" content="CusMeDroid">
<meta property="og:description" content="Enjoy to playing Zigana Poker!">
<meta property="og:image" content="favicon.png">
<meta property="og:image:type" content="image/jpeg">
<meta property="og:image:width" content="200">
<meta property="og:image:height" content="200">
<link rel='stylesheet' href='https://cusmedroid.github.io/fontawesome-4/css/font-awesome.min.css'>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-T2YN767RYS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-T2YN767RYS');
</script>
<style type="text/css">
body{
margin: 0;
}
header {
width: 90%;
margin: 8px auto;
}
main {
width: 90%;
margin: 8px auto;
overflow: auto;
scrollbar-width: 0;
background: dimgray;
border-radius: 5px;
}
table {
overflow: auto;
}
pre {
color: white;
}
a {
text-decoration: none;
color: black;
}
</style>
</head>
<!-- body vlink=0000FF><pre-->
<body>
<header>
<h1 style="padding-left: 4px;"><a href="./"><i style="margin-right: 10px;" class="fa fa-arrow-left" aria-hidden="true"></i></a>H E L P</h1>
</header>
<main>
<table><tr><td><pre>
<b>Basic Gameplay</b>
To start the game, each player is dealt 2 cards face down.
The player to the left of the dealer must bet half of the
minimum bet immediately. The next player must bet the
minimum bet. These mandatory upfront bets are called the
small and big blinds.
The player after the second blind can then choose to <b>call</b>
(bet the minimum), <b>raise</b> (bet more than the minimum), or
<b>fold</b> (not play this round).
Betting goes around the table. It is then time for the
"flop". Three cards are dealt face up. These are shared
amongst all players. For example, if you have a King and
another King comes up on the flop, then you have a pair of
Kings.
After the flop, there's another round of betting. Then, a
4th shared card is dealt face up. Then more betting.
Finally, a 5th shared card is dealt followed by a round of
betting.
Any players still in the game can then show their cards.
The player with the best 5-card hand is the winner.
<b>Order of Hands</b>
Only the best 5 cards play even though 7 are available to
each player. For example, if you hold a 4 and a 2 and then
the flop comes up 9,9,9,4,10...you have a full house nines
over fours.
This is a list of hands from best to worst.
<i>Straight Flush</i> <u>5 cards in a row, same suit</u> A,K,Q,J,10 diamonds
<i>Four of a Kind</i> <u>4 cards of the same rank</u> 3,3,3,3
<i>Full House</i> <u>3 of one rank, 2 of another</u> 5,5,5,9,9
<i>Flush</i> <u>5 cards of the same suit</u> A,10,9,4,2 hearts
<i>Straight</i> <u>5 cards in a row</u> 5,4,3,2,A
<i>Three of a Kind</i> <u>3 cards of the same rank</u> 2,2,2
<i>Two Pair</i> <u>2 sets of 2 cards of the same rank</u> Q,Q,5,5
<i>One Pair</i> <u>1 set of 2 cards of the same rank</u> 9,9,Q,7,2
<i>High Card</i> <u>any cards, the highest wins</u> A,J,10,9,2
<b>How to Play Zigana Poker</b>
What's the best way to make a lot of chip? There are all
kinds of theories on this, but it seems that experience is
the best thing to have. But here's some advice...Only play
a round if you really like your starting 2 cards. For
example A,K or K,K. Here's where high cards are best. If
you hold a pair of 7s, you might want to consider folding.
Other than that, be careful what you bet. Do you really
think that you have the best hand? Watch out for other
possibilities. Is someone trying for a Straight? A Flush?
Could they have Three of a Kind? A Full House?.
No one ever has Four of a Kind.
</pre></td><td>
</td></tr></table>
</main>
</body>
</body>
</html>