gamble

A python library with various gambling and gaming classes

MIT License

Downloads
251
Stars
21
Committers
6

Bot releases are hidden (Show)

gamble - swap simplenamespaces -> dataclasses Latest Release

Published by jpetrucciani 7 months ago

gamble - poetry rework, add base documentation

Published by jpetrucciani 8 months ago

gamble - Update supported python versions

Published by jpetrucciani almost 2 years ago

gamble - Adding Royal Flush

Published by jpetrucciani about 3 years ago

This release adds Royal Flush checks for Poker Hands thanks to @bfly! (#14)

gamble - Adding support for python 3.9 and 3.10

Published by jpetrucciani about 3 years ago

gamble - Fixing a bug with the D notation parser

Published by jpetrucciani almost 4 years ago

This fixes an issue (and adds tests for) where d could be passed to the D notation parser and would result in a die that would always return 0.

gamble - Switching from Travis-CI to GitHub Actions

Published by jpetrucciani almost 4 years ago

This tests the new release flow for GitHub Actions

gamble - Adding Hands, Poker Ranks, and Hand Comparison

Published by jpetrucciani about 5 years ago

This release adds a ton of poker related functionality (albeit not complete), as well as tests to bring everything back up to 100% coverage.

gamble - Adding Playing Cards and Decks

Published by jpetrucciani about 5 years ago

This release adds Playing Cards, Decks, and tests for everything written so far.

gamble - Fixing pip deployment

Published by jpetrucciani about 5 years ago

gamble - First Release

Published by jpetrucciani about 5 years ago

This release pushes to pip for the first time, and contains the dice module.