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

Game History is Clunky #88

Closed
notnil opened this issue Dec 18, 2021 · 1 comment
Closed

Game History is Clunky #88

notnil opened this issue Dec 18, 2021 · 1 comment

Comments

@notnil
Copy link
Owner

notnil commented Dec 18, 2021

Right now you have to query every aspect of the game separately:

  • Moves via game.Moves()
  • Positions via game.Positions()
  • Comments via game.Comments()

The package needs an iterator or combined game history list that ties all of these elements together.

@notnil
Copy link
Owner Author

notnil commented Mar 17, 2022

Closed in #98

@notnil notnil closed this as completed Mar 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant