aboutsummaryrefslogtreecommitdiffstats
path: root/levels/level_4.19.yaml
diff options
context:
space:
mode:
authorMarianne Chevrot <blackmoor+git@devys.org>2020-05-09 23:16:40 +0200
committerMarianne Chevrot <blackmoor+git@devys.org>2020-05-09 23:16:40 +0200
commitcaf7494e8412336b74ca143dac1356870c39fe13 (patch)
tree3c91865ae497c8f80f7928dd40cff2eea352b8cb /levels/level_4.19.yaml
parent478683385ace632366bc4541cdd6e1a84c4aa54e (diff)
downloadkana_quest_solver-caf7494e8412336b74ca143dac1356870c39fe13.tar.gz
kana_quest_solver-caf7494e8412336b74ca143dac1356870c39fe13.tar.bz2
kana_quest_solver-caf7494e8412336b74ca143dac1356870c39fe13.zip
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
Diffstat (limited to 'levels/level_4.19.yaml')
-rw-r--r--levels/level_4.19.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/levels/level_4.19.yaml b/levels/level_4.19.yaml
new file mode 100644
index 0000000..8d3c4d5
--- /dev/null
+++ b/levels/level_4.19.yaml
@@ -0,0 +1,11 @@
+# kana quest grid level 1.01
+size: [7, 4]
+max_actions: 17
+target_score: 8
+grid: [
+ [void, null], [void, null], [froz, se ], [void, null], [void, null], [void, null], [void, null],
+ [ar_r, ne ], [ar_r, ke ], [norm, null], [norm, null], [norm, null], [norm, null], [ar_d, null],
+ [norm, null], [norm, null], [norm, null], [norm, null], [ar_l, sa ], [ar_l, na ], [ar_d, null],
+ [ar_r, ka ], [ar_r, ki ], [norm, null], [norm, null], [norm, null], [norm, null], [ar_u, so ],
+]
+# The kana 'no' need to be protected else the program convert it into False...