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

Add Ko getter method to Board #177

Open
artasparks opened this issue Dec 16, 2020 · 0 comments
Open

Add Ko getter method to Board #177

artasparks opened this issue Dec 16, 2020 · 0 comments
Labels
Difficulty:DDK Double Digit Kyu Level. Describes a problem that is good for newcomers.

Comments

@artasparks
Copy link
Member

We should add a Ko helper to the Board struct; currently ko is private: https://github.com/otrego/clamshell/blob/master/core/board/board.go#L17

Background:

Requirements:

  • Should have a unit test to get the Ko
  • Should have a unit test that exercises Ko-logic (in a black box fashion via PlaceMove).
@artasparks artasparks added the Difficulty:DDK Double Digit Kyu Level. Describes a problem that is good for newcomers. label Dec 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Difficulty:DDK Double Digit Kyu Level. Describes a problem that is good for newcomers.
Projects
None yet
Development

No branches or pull requests

1 participant