1
2
3
4
5
6
7
8
9
10
11
12
|
# kana quest grid level 4.20
size: [6, 4]
max_actions: 15
#max_actions: 20
target_score: 9
grid: [
[froz, ne ], [froz, ko ], [ar_d, ki ], [norm, null], [norm, null], [froz, su ],
[void, null], [rock, se ], [ar_r, null], [norm, null], [ar_u, null], [norm, null],
[ar_r, null], [ar_r, null], [norm, null], [norm, null], [rock, ka ], [norm, null],
[void, null], [rock, ni ], [norm, null], [ar_u, so ], [norm, null], [ar_l, ke ],
]
# The kana 'no' need to be protected else the program convert it into False...
|