move_right() move_down() if not cell_is_filled(): while not wall_is_beneath(): fill_cell() move_down() move_right() move_up() if not cell_is_filled(): while not wall_is_above(): fill_cell() move_up()
move_right() move_down() if not cell_is_filled(): while not wall_is_beneath(): fill_cell() move_down() move_right() move_up() if not cell_is_filled(): while not wall_is_above(): fill_cell() move_up()