From 4cbc554fdd4e3c6c03f8629801a32541508607ec Mon Sep 17 00:00:00 2001 From: Marianne Chevrot Date: Sun, 10 May 2020 17:38:50 +0200 Subject: add level 4.01 to 4.04, 4.09, 4.11 to 4.14 --- levels/level_4.12.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 levels/level_4.12.yaml (limited to 'levels/level_4.12.yaml') diff --git a/levels/level_4.12.yaml b/levels/level_4.12.yaml new file mode 100644 index 0000000..37481ce --- /dev/null +++ b/levels/level_4.12.yaml @@ -0,0 +1,11 @@ +# kana quest grid level 4.12 +size: [5, 3] +max_actions: 9 +#max_actions: 10 +target_score: 5 +grid: [ + [norm, null], [rock, 'no'], [norm, null], [rock, se ], [norm, null], + [ar_r, ki ], [norm, null], [norm, null], [norm, null], [norm, null], + [froz, ke ], [norm, null], [norm, null], [norm, null], [froz, so ], +] +# The kana 'no' need to be protected else the program convert it into False... -- cgit v1.2.3