Examples of TwoPlayerGameExporter


Examples of com.barrybecker4.game.twoplayer.common.persistence.TwoPlayerGameExporter

     * 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);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.