Adding your Algorithm to the Environment: • Manually add an instance to your algorithm to the ExecuteGame.java class (main method) and recompile. • Example: RobotAlgorithm [ ] algorithms = { new MyFirstRobot (); new MySecondRobot (); … };
Adding your Algorithm to the Environment:• Manually add an instance to your algorithm to the ExecuteGame.java class (main method) and recompile.• Example: RobotAlgorithm [ ] algorithms = { new MyFirstRobot (); new MySecondRobot (); … };