- `technical` Package is now partially unit tested. - `technical` Travis CI integration with automated deployments.
Fixed
- `euchre play` - Players no longer keep their hands from the previous deal when the hand is re-dealt. - Show proper integer choice range when only one option is available (0).
0.3.1
> This release is not on PyPI.
Added
- `technical` Automated deployment of docsify documentation with travis ci.
Fixed
- `euchre play` Properly rotate dealer one spot to the left after each hand instead of to the right.
0.3.0
> This release is not on PyPI.
Added
- `euchre play --watch` Watch computers play a game of euchre amongst themselves.
Changed
- `euchre play` - Human player (User) can now play a game of euchre with computers by default! - Regulate game output pace by default so that games are easier to follow! - Removed debug logs from game output.
Fixed
- `euchre play` No longer print that a user has proposed a trump suit when they have in fact passed.
0.2.0
> This release is not on PyPI.
Changed
- `euchre play` - Choose first dealer by first dealt Black Jack. - CPU player names are now randomized instead of hardcoded. - CPU players now make a more informed decision on whether to call pick up. - CPU players now discard their lowest value card after picking up. - CPU players now call trump if they have 3 or more cards of a suit in their hand. - Updated game print out formatting.
Fixed
- `euchre play` Discarded card is now added back to the deck after a player picks up.
0.1.0
> This release is not on PyPI.
Added
- `euchre play` Four CPU players can successfully play a full game of euchre together, making random decisions (within the rules). - `euchre --version` Check current installed version. - `euchre --help` Print out cli usage.