Skip to content

Instantly share code, notes, and snippets.

@thatrubylove
Created April 16, 2014 04:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thatrubylove/10809060 to your computer and use it in GitHub Desktop.
Save thatrubylove/10809060 to your computer and use it in GitHub Desktop.
a-faux-o-deck-of-cards-example-1
A _Deck_ of _Card_s is used to play many different types of games.
_Card_s have a _Rank_ and a _Suit_ and depending on the rules of the game,
these are used to score. Also, many games require a _shoe size_, which
specifies how many standard _Deck_s of _Card_s to include in the generated
_Deck_.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment