Your Robot Algorithm Class:
• Must be in the algorithms package.
• Class must implement Robot AlgorithmIF interface and the methods getMove(SensorGroup) and getName().
o getName() returns a string containing the name of the robot algorithm. It should be the same as the class file name.
o getMove() gives a SensorGroup object and returns a Move to be made by the Robot in the current turn.