Package ch.bfh.jass.game

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

Related Classes of ch.bfh.jass.game.JassRule

Copyright © 2018 www.massapicom. 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.