>>2545684Blackjack logic would probably be a lot simpler for determining who wins for sure. I ended up with an algorithm that hashes the value of each player's hand into a 64-bit integer to compare them numerically and boy does it seem a lot simpler on paper than it does in the actual source code. I didn't even know python had bitwise operators before doing it this way.