From fbfdca2fdb079f348101e43a2dd9b01abb482f50 Mon Sep 17 00:00:00 2001 From: Nick Lamicela Date: Sat, 29 Apr 2023 15:17:24 -0700 Subject: [PATCH] Add poker hands --- poker-hands/index.html | 116 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 poker-hands/index.html 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