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.
|
# 关卡 2 布局:笑脸形状
|
|
const LAYOUT: Array[String] = [
|
|
"..3333333333..",
|
|
".222222222222.",
|
|
"11111....11111",
|
|
"111..........1",
|
|
"11.1.111.1.1.1",
|
|
"11.1.1.1.1.1.1",
|
|
"11.111.1.1.1.1",
|
|
"1.............1",
|
|
]
|
|
|