aboutsummaryrefslogtreecommitdiffstats
path: root/readme.rst
blob: 52d367aaa4e920306088dd66a895b4a78a089620 (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
This solver is able to take definition in yaml format. For now it supports
kana in this form:

- normal
- frozen
- rock
- void
- empty


Level file are store in `kana_quest_level`. Format is yaml.
Example file `level_XX.XX.yaml`::
    # kana quest grid level XX.XX
    size: [3, 2]
    max_actions: 1
    target_score: 3
    grid: [
      [void, null], [myst, nu  ], [void, null],
      [froz, ne  ], [empt, null], [rock, 'no'],
    ]

**WARNING** in level file definition:
The kana 'no' need to be protected else the program convert it into False...