-
Notifications
You must be signed in to change notification settings - Fork 21
Home
Alex edited this page Jul 3, 2014
·
2 revisions
PyDealer is a simple Python package for constructing a Deck
instance, of 52 common playing cards. Each card is a separate Card
instance, with a name, value, suit, and abbreviation. Could possibly be used as the backend for a command prompt/console, card-based game, or even to a graphical game as well, I suppose.
If you are going to make a pull request, please do so on the dev branch. Thank you. And make sure you are working on the latest version of the dev branch.