113114115116117118119
* save the current state of the game to a file in SGF (4) format (standard game format). *This should some day be xml (xgf) */ @Override public TwoPlayerGameExporter getExporter() { return new TwoPlayerGameExporter(this); }