Examples of simJustBlock()


Examples of csa.jportal.ai.standardAI.sim.CombatSim.simJustBlock()

            CombatSim.attackerLands = opponentLands;
            CombatSim.blockerLands = myLands;

            // as defensive player we think the worst of our opponent
            // he will certainly be aggressive :-)
            CombatFormation as = cs.simJustBlock(intellligence, 2);
            if (as==null)
            {
                D.addLog("as1 null",2);
//                return new CardList();
                attackerPlayer = new CardList();
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.