You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 关卡 3 布局:金字塔 + 两侧墙柱
|
|
const LAYOUT: Array[String] = [
|
|
"....3333333333....",
|
|
"...222222222222...",
|
|
"..11111111111111..",
|
|
".11111111111111111",
|
|
"111111111111111111",
|
|
"U................U",
|
|
"U................U",
|
|
]
|
|
|