Skip to content
#

deckofcards

Here are 63 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

Improve this page

Add a description, image, and links to the deckofcards topic page so that developers can more easily learn about it.

Curate this topic

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