Subject: | No way to get Chess::Board from Chess::Game |
I don't see a way to obtain Chess::Board object from Chess::Game object.
Considering that I am displaying the board after every move, I have to
create my own right now, but things start to get tricky during castles,
etc. A ->get_board() method returning Chess::Board object would be nice
to have.
Thanks.