open_spiel icon indicating copy to clipboard operation
open_spiel copied to clipboard

Implement the dice game Yacht

Open gmweinberg opened this issue 1 month ago • 3 comments

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

gmweinberg avatar Nov 28 '25 23:11 gmweinberg

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.

google-cla[bot] avatar Nov 28 '25 23:11 google-cla[bot]

Thanks @gmweinberg ! Can to sign the CLA?

lanctot avatar Nov 28 '25 23:11 lanctot

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.

lanctot avatar Dec 09 '25 01:12 lanctot