A fast, turn-based 4-player card game where each player tries to reach a score of 31 using a suit-based best-hand total. Everyone is dealt 3 cards, and on your turn you draw the next card from a single shared deck (in order). Card values are A=11, face cards=10, and numbered cards=their face value. The score of a hand is the total of only the strongest single suit among the cards you currently hold (sum of values for the suit with the highest total). Players may choose to “knock” anytime on their turn; once a knock happens, all players get exactly one more draw, then the lowest-scoring player loses. If the player who knocked is the one with the lowest score, they lose double chips; otherwise they lose the normal amount. If someone reaches exactly 31 before anyone has knocked, all other players immediately take a loss. Chips start at 5 per player; each loss removes 1 chip, and a “double loss” removes 2 chips. Rounds continue until only one player has chips left, with turns proceeding clockwise among 4 players (1 human, 3 bots)....more
A fast, turn-based 4-player card game where each player tries to reach a score of 31 using a suit-based best-hand total. Everyone is dealt 3 cards, and on your turn you draw the next card from a single shared deck (in order). Card values are A=11, face cards=10, and numbered cards=their face value. The score of a hand is the total of only the strongest single suit among the cards you currently hold (sum of values for the suit with the highest total). Players may choose to “knock” anytime on their turn; once a knock happens, all players get exactly one more draw, then the lowest-scoring player loses. If the player who knocked is the one with the lowest score, they lose double chips; otherwise they lose the normal amount. If someone reaches exactly 31 before anyone has knocked, all other players immediately take a loss. Chips start at 5 per player; each loss removes 1 chip, and a “double loss” removes 2 chips. Rounds continue until only one player has chips left, with turns proceeding clockwise among 4 players (1 human, 3 bots).