Deck of Cards This is simply a sprite that is a deck of cards that can be dealt however you want face up or face down, and which can be used as the basis for more complicated projects. See the "How To" section to learn how to use (it's pretty simple). ----- For those who care, the state of the cards (whether in the deck) is stored in four long decimals (one for each suit) where the thirteen digits in each array ("1" or "9") can be read or written individually. The cards are produced as pen stamps (so you don't need 52 sprites), thus you have to keep track of where things are using variables.