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