Examples of showMoveSequence()


Examples of com.barrybecker4.game.twoplayer.common.ui.AbstractTwoPlayerBoardViewer.showMoveSequence()

            // add expected successive moves to show likely outcome.
            moveList = addSuccessiveMoves(moveList, lastNode);
        }
        GameContext.log(3, "chainlen before="+chainLength+" after="+moveList.size());
        chainLength = moveList.size();
        viewer.showMoveSequence( moveList, oldChainLength_, lastNode.getChildMoves() );

        // remember the old chain magnitude so we know how much to back up next time
        oldChainLength_ = chainLength;

        // we should throw an event instead of have this dependency.
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.