1
2
3
4
5
6
7
8
9
10
11
|
# kana quest grid level 5.06
size: [5, 4]
max_actions: 13
target_score: 8
grid: [
[void, null], [void, null], [slim, i ], [void, null], [void, null],
[norm, ke ], [norm, su ], [norm, null], [norm, ku ], [norm, null],
[slim, i ], [rock, hi ], [void, null], [rock, 'no'], [slim, e ],
[norm, se ], [norm, null], [norm, su ], [norm, null], [norm, na ],
]
# The kana 'no' need to be protected else the program convert it into False...
|