Project
Function
Sample CLI
gway deck deal
Full Code
def deal(number, name="latest"):
# Increases the DEALT metadata by the given number but doesn't
# mark any cards as drawn. This represents the dealer giving the player
# a face-down card, which we don't want to rule out in calculations
# but we need to be conscious we are 1 card down from the pile.
pass