Trebek / pydealer

A simple package containing classes/methods for constructing decks of playing cards (standard 'French deck'). Could be used for a CLI game, or even a graphical game as well.
http://pydealer.rtfd.org
GNU General Public License v3.0
78 stars 19 forks source link

Changed direct calls to constructors into self.__class__ calls #23

Open olimasters opened 7 years ago

olimasters commented 7 years ago

This resolves #22