Examples of UnoDeck


Examples of silvertrout.commons.game.UnoDeck

     * tick. Also set the current state to State.WAITING.
     *
     */
    private void startGame(){
        players = new LinkedList<Player>();
        deck = new UnoDeck();
        /*for(Object c: deck.toArray()){
            System.out.println(c);
        }*/

        startTick = getNetwork().getTick();
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.