Skip to content
#

deckofcards

Here are 70 public repositories matching this topic...

Creates a full deck of cards with a Card class, Deck class, and Player class. Currently displayed using the browser's console. Cards have a suit, string value, and numerical value. Cards also have a "show" method (which logs the card's information to the console). The Deck has "shuffle", "reset" and "deal" methods. The Player has a hand that the…

  • Updated Nov 29, 2018
  • HTML

Add this topic to your repo

To associate your repository with the deckofcards topic, visit your repo's landing page and select "manage topics."

Learn more