Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sliding puzzle #1237

Merged
merged 11 commits into from
Jun 17, 2023
Prev Previous commit
Next Next commit
fix tile parity attributes
  • Loading branch information
kostmo committed Jun 17, 2023
commit 9129a6d8b62d050909592360fb17d5ecdc788e17
30 changes: 15 additions & 15 deletions data/scenarios/Challenges/Sliding Puzzles/3x3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,28 +224,28 @@ entities:
- name: e-tile
display:
char: 'e'
attr: eventile
attr: oddtile
description:
- Five
properties: [known, portable]
- name: f-tile
display:
char: 'f'
attr: oddtile
attr: eventile
description:
- Six
properties: [known, portable]
- name: g-tile
display:
char: 'g'
attr: eventile
attr: oddtile
description:
- Seven
properties: [known, portable]
- name: h-tile
display:
char: 'h'
attr: oddtile
attr: eventile
description:
- Eight
properties: [known, portable]
Expand Down Expand Up @@ -280,42 +280,42 @@ entities:
- name: m-tile
display:
char: 'm'
attr: eventile
attr: oddtile
description:
- Thirteen
properties: [known, portable]
- name: n-tile
display:
char: 'n'
attr: oddtile
attr: eventile
description:
- Fourteen
properties: [known, portable]
- name: o-tile
display:
char: 'o'
attr: eventile
attr: oddtile
description:
- Fifteen
properties: [known, portable]
- name: p-tile
display:
char: 'p'
attr: oddtile
attr: eventile
description:
- Sixteen
properties: [known, portable]
- name: q-tile
display:
char: 'q'
attr: eventile
attr: oddtile
description:
- Seventeen
properties: [known, portable]
- name: r-tile
display:
char: 'r'
attr: oddtile
attr: eventile
description:
- Eighteen
properties: [known, portable]
Expand All @@ -329,28 +329,28 @@ entities:
- name: t-tile
display:
char: 't'
attr: oddtile
attr: eventile
description:
- Twenty
properties: [known, portable]
- name: u-tile
display:
char: 'u'
attr: eventile
attr: oddtile
description:
- Twenty-one
properties: [known, portable]
- name: v-tile
display:
char: 'v'
attr: oddtile
attr: eventile
description:
- Twenty-two
properties: [known, portable]
- name: w-tile
display:
char: 'w'
attr: eventile
attr: oddtile
description:
- Twenty-three
properties: [known, portable]
Expand All @@ -364,7 +364,7 @@ entities:
- name: y-tile
display:
char: 'y'
attr: eventile
attr: oddtile
description:
- Twenty-five
properties: [known, portable]
Expand Down