From 6ea6db28b13cc75cbce7dd26f2aa9a3eab8bffd0 Mon Sep 17 00:00:00 2001 From: Marianne Chevrot Date: Sun, 10 May 2020 16:14:42 +0200 Subject: Add levels 4.20 and 4.21 --- levels/level_4.20.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 levels/level_4.20.yaml (limited to 'levels/level_4.20.yaml') diff --git a/levels/level_4.20.yaml b/levels/level_4.20.yaml new file mode 100644 index 0000000..c8a3e40 --- /dev/null +++ b/levels/level_4.20.yaml @@ -0,0 +1,12 @@ +# kana quest grid level 4.20 +size: [6, 4] +max_actions: 15 +#max_actions: 20 +target_score: 9 +grid: [ + [froz, ne ], [froz, ko ], [ar_d, ki ], [norm, null], [norm, null], [froz, su ], + [void, null], [rock, se ], [ar_r, null], [norm, null], [ar_u, null], [norm, null], + [ar_r, null], [ar_r, null], [norm, null], [norm, null], [rock, ka ], [norm, null], + [void, null], [rock, ni ], [norm, null], [ar_u, so ], [norm, null], [ar_l, ke ], +] +# The kana 'no' need to be protected else the program convert it into False... -- cgit v1.2.3