diff options
author | Marianne Chevrot <blackmoor+git@devys.org> | 2020-05-09 23:27:44 +0200 |
---|---|---|
committer | Marianne Chevrot <blackmoor+git@devys.org> | 2020-05-09 23:27:44 +0200 |
commit | 8e4f016a05809f3e09e92fac2f5fae5d5d21aa89 (patch) | |
tree | 867d71a21dab23395353666043cc99322f7c70b3 /tests_solver | |
parent | caf7494e8412336b74ca143dac1356870c39fe13 (diff) | |
download | kana_quest_solver-8e4f016a05809f3e09e92fac2f5fae5d5d21aa89.tar.gz kana_quest_solver-8e4f016a05809f3e09e92fac2f5fae5d5d21aa89.tar.bz2 kana_quest_solver-8e4f016a05809f3e09e92fac2f5fae5d5d21aa89.zip |
Cosmetic and aesthetic
Diffstat (limited to 'tests_solver')
-rw-r--r-- | tests_solver/level_test_type_short.yaml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests_solver/level_test_type_short.yaml b/tests_solver/level_test_type_short.yaml deleted file mode 100644 index 7fa3a9a..0000000 --- a/tests_solver/level_test_type_short.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# kana quest grid level 1.1 -size: [2, 2] -max_actions: 3 -target_score: 3 -grid: [ - [myst, ka ], [ar_d, ne ], - [void, null], [froz, ke ], -] -# The kana 'no' need to be protected else the program convert it into False... |