diff options
Diffstat (limited to 'levels/level_2_mysterious')
| -rw-r--r-- | levels/level_2_mysterious/level_2.01.yaml | 9 | 
1 files changed, 9 insertions, 0 deletions
diff --git a/levels/level_2_mysterious/level_2.01.yaml b/levels/level_2_mysterious/level_2.01.yaml new file mode 100644 index 0000000..5916c9b --- /dev/null +++ b/levels/level_2_mysterious/level_2.01.yaml @@ -0,0 +1,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...  | 
