1
2
3
4
5
6
7
8
9
10
11
|
# kana quest grid level 5.15
size: [7, 3]
max_actions: 11
#max_actions: 10
target_score: 12
grid: [
[norm, hu ], [norm, ni ], [norm, ku ], [norm, ki ], [void, null], [slim, a ], [slim, i ],
[slim, a ], [slim, e ], [slim, o ], [rock, ha ], [myst, sa ], [norm, ne ], [norm, su ],
[norm, su ], [norm, hi ], [norm, na ], [norm, so ], [void, null], [void, null], [void, null],
]
# The kana 'no' need to be protected else the program convert it into False...
|