aboutsummaryrefslogtreecommitdiffstats
path: root/test_level.yaml
diff options
context:
space:
mode:
authorvg <vgm+dev@devys.org>2020-04-27 18:43:55 +0200
committervg <vgm+dev@devys.org>2020-04-27 18:43:55 +0200
commitfc45306d601aa9d44311ef683a7ffc9422ae0952 (patch)
tree02b37af68fab5e9aa7a79f9458f2eeb128c383d7 /test_level.yaml
downloadkana_quest_solver-fc45306d601aa9d44311ef683a7ffc9422ae0952.tar.gz
kana_quest_solver-fc45306d601aa9d44311ef683a7ffc9422ae0952.tar.bz2
kana_quest_solver-fc45306d601aa9d44311ef683a7ffc9422ae0952.zip
first commit
Diffstat (limited to 'test_level.yaml')
-rw-r--r--test_level.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/test_level.yaml b/test_level.yaml
new file mode 100644
index 0000000..b540b94
--- /dev/null
+++ b/test_level.yaml
@@ -0,0 +1,10 @@
+# kana quest grid
+size: [5, 4]
+max_actions: 9
+target_score: 7
+grid: [
+ [void, null], [myst, su ], [void, null], [myst, ko ], [void, null],
+ [froz, se ], [empt, null], [empt, null], [empt, null], [froz, so ],
+ [froz, ku ], [empt, null], [empt, null], [empt, null], [froz, 'no'],
+ [void, null], [void, null], [rock, ka ], [void, null], [void, null],
+]