Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backgammon Notation #72

Merged
merged 1 commit into from
Sep 26, 2019
Merged

Backgammon Notation #72

merged 1 commit into from
Sep 26, 2019

Conversation

jamesdfrost
Copy link
Contributor

Changes to use Backgammon standard narrative formats for human readable notation, as follows:

  • Always show the numbering going from Bar->24->0->Off, irrespective of which player is moving.
  • Show the start position followed by end position, instead of start position, number of moves. E.g. 24/22 10/8
  • Show hits with an asterisk, e.g. 9/7*.
  • Order the moves by highest number first, e.g. 22/7 10/8 not 10/8 22/7. Not an official requirement, but seems to be standard convention.
  • Show duplicate moves as 10/8(2) instead of 10/8 10/8.
  • Show moves on a single piece as 10/8/5 not 10/8 8/5
  • Also introduced tests to check for the above scenarios.

Files changed - backgammon.cc, backgammon_test.cc and backgammon.txt (for the playthrough tests)

@lanctot
Copy link
Collaborator

lanctot commented Sep 25, 2019

Ok, @jamesdfrost , I've started to import it. Should go in on the next update.

OpenSpiel pushed a commit that referenced this pull request Sep 26, 2019
PiperOrigin-RevId: 271164614
Change-Id: I589fb59012add826b5945527b0f7839734df949c
@OpenSpiel OpenSpiel merged commit 04b249b into google-deepmind:master Sep 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants