This is a card engine that I designed to simulate all 52 standard cards in a playing card deck. There are also coded in 2 Joker cards if you need joker cards for your card game. Controls: S: Shuffles the deck [Spacebar]: Draws one card. Click on the facedown card to turn it over.
All cards were hand drawn (on the computer) using Scratch's built in sprite creation, except the jokers which uses the default Scratch Cat sprite (plus modifications), and the card backs, which use another built-in sprite. Instructions on how the code works is inside the project. If you use this card engine in your project please give credit.