Package xunome.game

Examples of xunome.game.SinglePlayer


        }
    }

    public void createSinglePlayerGame(int nPlayers) {

        game = new SinglePlayer(nPlayers, this);
        lcd.setCurrent(game.getCanvas());
        game.getCanvas().refresh();
        game.startGame();
   }
View Full Code Here

TOP

Related Classes of xunome.game.SinglePlayer

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.