aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarianne Chevrot <blackmoor+git@devys.org>2020-05-17 10:37:41 +0200
committerMarianne Chevrot <blackmoor+git@devys.org>2020-05-17 10:37:41 +0200
commit2b5375319230b4c317846da3b70e4660a06731f2 (patch)
tree029e4612e6f44fbf4f1b0da277eb48f0ef38c615
parenta737d24d4c2ae75756c25859be294aa71ad98418 (diff)
downloadkana_quest_solver-2b5375319230b4c317846da3b70e4660a06731f2.tar.gz
kana_quest_solver-2b5375319230b4c317846da3b70e4660a06731f2.tar.bz2
kana_quest_solver-2b5375319230b4c317846da3b70e4660a06731f2.zip
Correct kana type and max action for level 5.15
-rw-r--r--levels/level_5_slimes/level_5.15.yaml7
1 files changed, 4 insertions, 3 deletions
diff --git a/levels/level_5_slimes/level_5.15.yaml b/levels/level_5_slimes/level_5.15.yaml
index 94a1c7c..3fe294e 100644
--- a/levels/level_5_slimes/level_5.15.yaml
+++ b/levels/level_5_slimes/level_5.15.yaml
@@ -1,10 +1,11 @@
# kana quest grid level 5.15
size: [7, 3]
-max_actions: 10
-target_score: 7
+max_actions: 11
+#max_actions: 10
+target_score: 12
grid: [
[norm, hu ], [norm, ni ], [norm, ku ], [norm, ki ], [void, null], [slim, a ], [slim, i ],
- [slim, a ], [slim, e ], [slim, o ], [rock, ha ], [norm, sa ], [norm, ne ], [norm, su ],
+ [slim, a ], [slim, e ], [slim, o ], [rock, ha ], [myst, sa ], [norm, ne ], [norm, su ],
[norm, su ], [norm, hi ], [norm, na ], [norm, so ], [void, null], [void, null], [void, null],
]
# The kana 'no' need to be protected else the program convert it into False...