diff --git a/poker-hands/index.html b/poker-hands/index.html new file mode 100644 index 0000000..1022cad --- /dev/null +++ b/poker-hands/index.html @@ -0,0 +1,116 @@ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Poker Hands
Straight FlushA2345
Four of a KindQQQQ8
Full House33322
Flush
Straight10JQKA
Three of a KindKKK8A
Two PairsAA775
One PairQQ469
+

+ Ties broken by highest card. +
Matched sets have priority. +
Aces are high, except in A2345. +

+

+ 99542 > + 88A64 > + 88A63 +

+ \ No newline at end of file