/Card-Shuffler

This is an algorithm used to create a shuffled deck of cards in a 1d array

Primary LanguagePython

Card Shuffler This algorithm creates then shuffles a deck of card and stores it in a 1d array(list). The array store cards as strings for example the 4 of spades will be "4 - s"

Aces are saved as 1, Jacks are saved as 11, Queens are saved as 12, Kings are saved as 13

Clubs are c, Spades are s, Hearts are h, Diamonds are d