relsqui / protocards

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

Move very common hand-analyzing functions to standard? #12

Closed relsqui closed 10 years ago

relsqui commented 10 years ago

Things like finding pairs, runs, and flushes happen in a lot of standard card games. Maybe those functions should be in standard, instead of living in the game-specific modules.