1
2
3
4
5
6
7
8
9
10
11
|
# kana quest grid level 4.18
size: [7, 3]
max_actions: 9
#max_actions: 10
target_score: 7
grid: [
[froz, null], [norm, null], [froz, 'no'], [froz, su ], [norm, null], [norm, null], [froz, ke ],
[norm, null], [norm, null], [norm, null], [norm, null], [norm, null], [norm, null], [norm, null],
[rock, sa ], [norm, null], [rock, se ], [norm, null], [rock, ne ], [norm, null], [rock, so ],
]
# The kana 'no' need to be protected else the program convert it into False...
|