首页
排行榜
发现
动态
云游戏
论坛
创作者中心
发布动态
极光
关注
极光
关注
12关拉开拉链4秒
修改于
2023/05/30
173 浏览
综合
-- 7 Billion Humans (2234) --
-- 12: 拉开拉链 --
pickup c
a:
if nw == worker or
ne == worker or
se == wall:
step s
drop
endif
if se == worker or
sw == worker or
nw == wall:
step n
drop
endif
jump a
2
1