Defines the CardDeck class, which can be used to simulate a deck of cards. It supports operations typical of a deck of cards, such as shuffling, drawing from, and being discarded to.
Include this library by adding useLibrary("cards") to your script.
useLibrary("cards")
cards library
Defines the CardDeck class, which can be used to simulate a deck of cards. It supports operations typical of a deck of cards, such as shuffling, drawing from, and being discarded to.
Include this library by adding
useLibrary("cards")
to your script.