This is a work in progress. What I've done so far: Built a deck of cards (sprite with 55 costumes - 2 jokers + cardback) Method for dealing a random card Method for dealing 5 unique cards without repeating System for selecting cards to be re-dealt Detect when deck needs to be reshuffled. Re-shuffle deck without including cards already on the table. Card sprites figure out their value and suit Card sprites report their value and suit to a list. Game can identify cards with the same number value Game can count cards with the same number value Game can identify pairs, 3 of a kind, 4 of a kind, and full house. Working on: Counter to keep track of hands played. Counter to limit trade-ins per hand. Biggest task: Build logic so game knows the value of a hand, and what to call it