Card Game Support For Python Code
Status: Planning
Brought to you by:
rfield10
| File | Date | Author | Commit |
|---|---|---|---|
| poker | 2009-06-30 | rfield10 | [r5] Start the first cut at the gard game support. |
| COPYING | 2009-06-25 | rfield10 | [r4] Change file name for local copy of GPLv3 to COP... |
| README | 2009-06-25 | rfield10 | [r4] Change file name for local copy of GPLv3 to COP... |
CARD GAME SUPPORT FOR PYTHON OVERVIEW This project, released under the GNU General Public License, version 3. There should be a copy of this license in the COPYING file. If not, see <http://www.gnu.org/licenses/>. The goal is support for all aspects for card game play, using the Python language. In particular, there will be abstractions for the cards, decks, hands, and tables (groups of players with hands, and scores or money).