relsqui / protocards

Simple tools for building card games in python.
MIT License
3 stars 1 forks source link

Make rank/suit objects. #2

Closed relsqui closed 10 years ago

relsqui commented 10 years ago

Makes more sense to pass into Card than strings. Need to think about how to make it easy to override, though. Maybe cards.py defines lists of ranks and suit objects?

ghost commented 10 years ago

Enum?

Oh wait its 3.4

you can get if from pip too