Hi, As part of my Third Year Project at University I'm implementing an agent in Quackle, and as part of that I'm implementing Richards and Amir's Opponent Modeling (https://www.aaai.org/Library/IJCAI/2007/ijcai07-239.php), which looks at the opponent's previous move and estimates their current rack. The issue I'm having is that the Computer Players in Quackle don't appear to have access to the full game history.
Does anyone know of how I can get access to the game history? Obviously I could store the states of the board local to my player and infer the changes my opponent made, but that seems a bit of a long way around. Since the history of the game is information any player can have, it seems like it should be accessible to computer players, so I may just have missed something which does this for me. Thanks!
