M
Но от предателя все равно не защитишься
Size: a a a
M
DM
M
M
DM
M
DM
M
В
NZ
МБ
В
Э
В
Э
AR
VV
AR
if no_right_wall?(kr, kc, maze)
if checkpoints[[kr, kc]] = 'RIGHT'
next
end
checkpoints[[kr, kc]] = 'RIGHT'
puts 'RIGHT'
elsif
if no_down_wall?(kr, kc, maze)
puts "DOWN"
checkpoints[[kr, kc]] = 'DOWN'
end
AR
VV
next
— переход к следующему витку цикла