Skip to content

Commit 04bccd5

Browse files
springcompautofix-ci[bot]Zamiell
authored
Clarifying precedence from ambiguous TCCM over TCM (#1323)
* tccm over tcm * chore: format with Prettier * Made location of the Chop Moved card explicit for clarity * fixed slots impacted * moved example to a challenge question * do not reveal solution in the game state * Update level-6.mdx --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: James <[email protected]>
1 parent a0cea95 commit 04bccd5

File tree

4 files changed

+107
-0
lines changed

4 files changed

+107
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
stacks:
2+
- r: 2
3+
- y: 0
4+
- g: 0
5+
- b: 0
6+
- p: 0
7+
players:
8+
- cards:
9+
- type: x
10+
- type: x
11+
- type: r
12+
middleNote: (4)
13+
- type: x
14+
- type: x
15+
clueGiver: true
16+
- cards:
17+
- type: r
18+
trash: true
19+
clue: r
20+
- type: x
21+
- type: x
22+
- type: x
23+
above:
24+
text:
25+
- Chop
26+
- Moved
27+
- type: r5
28+
clue: r
29+
retouched: true
30+
- cards:
31+
- type: x
32+
- type: r
33+
middleNote: (3)
34+
- type: x
35+
- type: x
36+
- type: x
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
stacks:
2+
- r: 2
3+
- y: 0
4+
- g: 0
5+
- b: 0
6+
- p: 0
7+
players:
8+
- cards:
9+
- type: x
10+
- type: x
11+
- type: r
12+
middleNote: (4)
13+
- type: x
14+
- type: x
15+
clueGiver: true
16+
- cards:
17+
- type: r
18+
trash: true
19+
clue: r
20+
- type: x
21+
- type: x
22+
- type: x
23+
- type: r5
24+
clue: r
25+
retouched: true
26+
- cards:
27+
- type: x
28+
- type: r
29+
middleNote: (3)
30+
- type: x
31+
- type: x
32+
- type: x

docs/challenge-questions/level-6.mdx

+37
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ title: Level 6 Challenge Questions
55
import Question1 from "./level-6-question-1.yml";
66
import Question2 from "./level-6-question-2.yml";
77
import Solution2 from "./level-6-question-2-part-2.yml";
8+
import Question3 from "./level-6-question-3.yml";
9+
import Solution3 from "./level-6-question-3-part-2.yml";
810

911
import Tabs from "@theme/Tabs";
1012
import TabItem from "@theme/TabItem";
@@ -72,3 +74,38 @@ These questions are for [level 6](../level-6.mdx) strategies.
7274

7375
</TabItem>
7476
</Tabs>
77+
78+
## Question 3
79+
80+
<Tabs
81+
defaultValue="question3"
82+
values={[
83+
{label: 'Question', value: 'question3'},
84+
{label: 'Solution', value: 'solution3'},
85+
]}>
86+
<TabItem value="question3">
87+
88+
- The red 1 card is played on the stacks.
89+
- Alice has a red card in slot 3, promised to be a playable red 4.
90+
- Bob has an unknown 5, saved on chop.
91+
- Cathy has a red card in slot 2, promised to a a playable red 3.
92+
- Alice then gives a red clue to Bob, that touches a red card on slot 1 and fills-in the previously unknown red 5 in slot 5.
93+
- What actions will Bob take on his turn?
94+
95+
<Question3 />
96+
97+
</TabItem>
98+
<TabItem value="solution3">
99+
100+
- In this situation, the focus of the red clue is ambiguous:
101+
102+
- If the red clue were focused on the "new" slot 1 card, then the focus would be _Trash_, so the resulting move would be a _Trash Chop Move_ on slots 2, 3 and 4.
103+
- If the red clue were focused on the already-clued slot 5, then the focus would be the previously-unknown-to-be-playable red 5, so the resulting move would be a _Tempo Clue Chop Move_ on slot 4.
104+
- Bob also knows that _Tempo Clue Chop Moves_ have precedence over _Trash Chop Moves_.
105+
- Thus, in this situation, Bob should only _Chop Move_ the card in slot 4.
106+
- Bob writes "cm" on his slot 4 card and proceeds to give an unrelated clue or discards his slot 1 card.
107+
108+
<Solution3 />
109+
110+
</TabItem>
111+
</Tabs>

docs/level-6.mdx

+2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ import DiscardModulation from "./level-6/discard-modulation.yml";
5252

5353
<TempoClueChopMovePart2 />
5454

55+
- If a clue looks like a _Tempo Clue_ and a [_Trash Chop Move_](level-4#the-trash-chop-move-tcm) at the same time, then we agree to treat it as a _Tempo Clue_. (_Tempo Clues_ take precedence because they are the more natural move.)
56+
5557
## General Principles
5658

5759
### Chop Moves & Tempo Clues

0 commit comments

Comments
 (0)