From caf7494e8412336b74ca143dac1356870c39fe13 Mon Sep 17 00:00:00 2001 From: Marianne Chevrot Date: Sat, 9 May 2020 23:16:40 +0200 Subject: Add support for empty arrows - remove empt, fblk types, there are merged to their base type (norm and froz) - ar_*, norm and froz support having None for their kana property --- levels/level_4.18.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 levels/level_4.18.yaml (limited to 'levels/level_4.18.yaml') diff --git a/levels/level_4.18.yaml b/levels/level_4.18.yaml new file mode 100644 index 0000000..4eddc09 --- /dev/null +++ b/levels/level_4.18.yaml @@ -0,0 +1,11 @@ +# kana quest grid level 1.01 +size: [7, 3] +max_actions: 9 +#max_actions: 10 +target_score: 7 +grid: [ + [froz, null], [norm, null], [froz, 'no'], [froz, su ], [norm, null], [norm, null], [froz, ke ], + [norm, null], [norm, null], [norm, null], [norm, null], [norm, null], [norm, null], [norm, null], + [rock, sa ], [norm, null], [rock, se ], [norm, null], [rock, ne ], [norm, null], [rock, so ], +] +# The kana 'no' need to be protected else the program convert it into False... -- cgit v1.2.3