Package maze.ai

Examples of maze.ai.PythonScriptRobot


    * Adds a RobotBase instance to the global Robot list. This new AI instance
    * is connected to this code editor.
    */
   private void addToRobotModel()
   {
      this.connectedRobot = new PythonScriptRobot(this);
      RobotBase.getRobotListModel().addElement(this.connectedRobot);
   }
View Full Code Here

TOP

Related Classes of maze.ai.PythonScriptRobot

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.