Examples of RobotPlayer


Examples of com.threerings.parlor.util.RobotPlayer

     * Creates a robot player using the default RobotPlayer. Derived classes can override to make
     * use of more advanced robots adapted to specific puzzles.
     */
    protected RobotPlayer createRobotPlayer ()
    {
        return new RobotPlayer(this, _xlate);
    }
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.