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