Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

ButchDean/PlayingCardsCPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlayingCardsCPP

Build Status

C++ version of my Java playing cards code and additional version in Objective-C.

Performs required card functionality like dealing and shuffling that can be part of any game. The deck may be reshuffled at any point, irrespective of the remaining cards in the deck.

The specific value of the card is also given and can be set.

Last but not least, minimal use of slow strings is used making this a faster solution.

About

C++ version of my Java playing cards code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published