Examples of FlamingMonkey


Examples of voodoo.collection.card.creature.monkey.FlamingMonkey

     * intended just to make the game work in a simple form.
     * @return The next Card the Player will play.
     */
    public Card getNextMove() {
        // TODO: Un-hardcode this
        return new FlamingMonkey();
    }
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.