Class Robot


  • public class Robot
    extends Object
    • Constructor Detail

      • Robot

        public Robot​(int width,
                     int height)
    • Method Detail

      • step

        public void step​(int num)
      • getPos

        public int[] getPos()
      • getDir

        public String getDir()