Загрузка данных


if free_from_down():
	move_down()

if free_from_left():
	move_left()

fill_cell()
move_right()
move_up()
fill_cell()
move_down()