Junior — Senior
Creating a deck entity with the ability to draw cards sequentially
livecode
Task condition
Implement a class (or structure) to represent a deck of cards. Upon initialization, a full deck should be created, and the user should be able to request a card, receiving one at a time, until the deck is empty.