Skip to content

A collection of classes for simulating a standard deck of playing cards

License

Notifications You must be signed in to change notification settings

maw101/CardDeck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CardDeck

Codacy Badge

CardDeck is a collection of classes for simulating a standard deck of playing card.

It supports the representation of jokers, sorting of hands, and shuffling of collections of cards.

Functions

  • getSuit
  • getSuitString
  • getRank
  • getRankString
  • toString
  • dealCard
  • shuffle
  • getNumberOfCardsRemaining
  • containsJokers
  • addCard
  • getCard
  • getHand
  • removeCard
  • sortByRank
  • sortBySuit
  • getCardCount
  • clear

Version

  • Version 1.0.1

About

A collection of classes for simulating a standard deck of playing cards

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages