What is the best way to figure out to come up with a scoring system based on poker hands. I have in mind:
-36 cards, 4 suits (no numbers, only colors)
or
-48 cards, 4 suits (no numbers, only colors)
I want to be able to score:
-Pair
-Two Pair
-Three straight
-Four straight
-Three of a Kind
-Full House
-4 of a kind
How should these be scored on the lowest scale possible? For example, if a pair is worth 1 point, how much should the others be worth? Thanks in advance.
Yeah, there won't be any number ranks. The cards will be played to the table to make orthogonal connections so it will just be based on color formations like two yellows connected to two reds (two pair). I'm just not sure how to correspond points with different formations being made. I can make a rough guess but would like to get precise as possible.