Implement the dice game Yacht
Description
Implements Yacht (dice game similar to Yahtzee) for OpenSpiel.
Addresses #843 (Yacht from the list of requested games)
Implementation Details
- Supports 1-10 players
Testing
- All existing tests pass
- Added yacht_test.cc with coverage of game mechanics
- Verified with cpplint and build_and_run_tests.sh
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
Thanks @gmweinberg ! Can to sign the CLA?
Thanks! Broken MacOS tests are on our side, some of them are no longer supported. I have a PR (#1405) in the works for fix them.