aboutsummaryrefslogtreecommitdiffstats
path: root/levels/level_5_slimes/level_5.22.yaml
blob: 8969f35795c3af2b4fdc9687c72c937e1b9ad21f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# kana quest grid level 5.22
size: [7, 4]
max_actions: 19
#max_actions: 22
target_score: 9
grid: [
  [ar_d, ki  ], [ar_d, null], [void, null], [slim, u   ], [slim, o   ], [void, null], [void, null],
  [ar_u, null], [norm, null], [norm, null], [norm, null], [norm, null], [norm, null], [ar_l, si  ],
  [norm, null], [ar_d, null], [norm, null], [norm, null], [norm, null], [norm, null], [ar_l, nu  ],
  [ar_u, null], [ar_u, sa  ], [ar_u, 'no'], [ar_u, he  ], [ar_u, ku  ], [froz, ho  ], [froz, ka  ],
]
# The kana 'no' need to be protected else the program convert it into False...

# Too big to be run completly, some solutions:
#KanaGrid (cnt: 19, score: 9):
#  |∧  ∧||∨  ∨|      |~ u~|
#  |    ||∧sa∧||<so<||    ||    ||    ||    |
#  |∨ki∨||[ka]||∧no∧||<nu<||∧ku∧||    ||    |
#  |∧  ∧||∨  ∨||[ho]||∧he∧||    ||    ||    |
#================================================================================
#KanaGrid (cnt: 19, score: 9):
#  |∧  ∧||∨  ∨|      |~ u~|
#  |[ka]||∧sa∧||<so<||    ||    ||    ||    |
#  |∨ki∨||    ||∧no∧||<nu<||∧ku∧||    ||    |
#  |∧  ∧||∨  ∨||[ho]||∧he∧||    ||    ||    |
#================================================================================
#KanaGrid (cnt: 19, score: 9):
#  |∨ki∨||[ka]|      |~ u~|
#  |∧  ∧||∧sa∧||<so<||    ||    ||    ||    |
#  |    ||∨  ∨||∧no∧||<nu<||∧ku∧||    ||    |
#  |∧  ∧||∨  ∨||[ho]||∧he∧||    ||    ||    |