aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarianne Chevrot <blackmoor+git@devys.org>2020-05-10 16:14:42 +0200
committerMarianne Chevrot <blackmoor+git@devys.org>2020-05-10 16:14:42 +0200
commit6ea6db28b13cc75cbce7dd26f2aa9a3eab8bffd0 (patch)
tree4d8c15896394e7cc5259c181845297c0b05834f6
parent3838c15e7586bbe4a79f9df3b795f5f6024e3be0 (diff)
downloadkana_quest_solver-6ea6db28b13cc75cbce7dd26f2aa9a3eab8bffd0.tar.gz
kana_quest_solver-6ea6db28b13cc75cbce7dd26f2aa9a3eab8bffd0.tar.bz2
kana_quest_solver-6ea6db28b13cc75cbce7dd26f2aa9a3eab8bffd0.zip
Add levels 4.20 and 4.21
-rw-r--r--levels/level_4.20.yaml12
-rw-r--r--levels/level_4.21.yaml11
2 files changed, 23 insertions, 0 deletions
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...
diff --git a/levels/level_4.21.yaml b/levels/level_4.21.yaml
new file mode 100644
index 0000000..67e204a
--- /dev/null
+++ b/levels/level_4.21.yaml
@@ -0,0 +1,11 @@
+# kana quest grid level 4.21
+size: [6, 4]
+max_actions: 16
+target_score: 12
+grid: [
+ [void, null], [ar_d, ni ], [ar_d, ko ], [ar_d, nu ], [rock, ka ], [void, null],
+ [void, null], [froz, ne ], [ar_r, so ], [norm, null], [norm, null], [void, null],
+ [void, null], [froz, 'no'], [ar_r, ku ], [norm, null], [norm, null], [void, null],
+ [rock, si ], [froz, sa ], [ar_r, se ], [norm, null], [norm, null], [rock, su ],
+]
+# The kana 'no' need to be protected else the program convert it into False...