Look Homeward Finch
  1. Create a little obstacle course for your robot on the floor or table, involving Modify the Demo class Demo.java so that your robot travels from its starting location to its destination (home). When it begins, have it show green, and when it ends/stops have it show red.
  2. In the main method of Demo, insert code to call/invoke a new (overloaded) move method that receives a parameter representing a number of milliseconds, and has it move forward for that many milliseconds. Document and implement this method in the FinchRobot class. Test it.

    Click here for a video of former student Katelyn Murch's solution