blob: 5916c9bf18e096c91e1f52541ff000ed2f685b92 (
plain)
1
2
3
4
5
6
7
8
9
|
# kana quest grid level 2.01
size: [3, 2]
max_actions: 1
target_score: 4
grid: [
[void, null], [norm, 'no'], [void, null],
[norm, ka ], [myst, ko ], [norm, ke ],
]
# The kana 'no' need to be protected else the program convert it into False...
|