1
2
3
4
5
6
7
8
9
10
11
12
|
# kana quest grid level 5.05
size: [4, 4]
max_actions: 12
#max_actions: 13
target_score: 8
grid: [
[norm, nu ], [norm, null], [norm, null], [norm, ho ],
[slim, i ], [rock, si ], [rock, ne ], [slim, o ],
[norm, null], [norm, null], [norm, null], [norm, null],
[norm, ki ], [norm, se ], [norm, ko ], [norm, sa ],
]
# The kana 'no' need to be protected else the program convert it into False...
|