//Move to grid position that is in direction opposite to
// current direction.
(D) public void move()
//Take turn to move. Stop move after two changes // of direction.
(E) public void update()
//Modify Grid to reflect new position after each stage
// of move.