need concrete class for move_history objects `self.move_history.append((robot, direction, point, new_cell))` This will be used for drawing the move paths (previous space_touched, please remove).
need concrete class for move_history objects
self.move_history.append((robot, direction, point, new_cell))This will be used for drawing the move paths (previous space_touched, please remove).