notnil / chess

chess package for go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game History is Clunky

notnil opened this issue · comments

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.

Closed in #98