Examples of JassRule


Examples of ch.bfh.jass.game.JassRule

    public PlayerTest() {
    }

    @Test
    public void testEvaluateWinnerStock() {
        JassRule rule = new JassRule();
        rule.setTrumpf(CardColor.HERZ);

        List<Card> cards = new ArrayList<Card>();

        Card ecke6 = new Card(CardColor.ECKE, CardRank.SECHS);
        Card herzAss = new Card(CardColor.HERZ, CardRank.ASS);
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.