So I've been wondering if this PSCT puzzle I've thought of is solvable.
Given an effect that has 4 parts: A,B,C,D. (They can be any actions you want, but the solution should not depend on the selected actions. Destroying, drawing, and so on).
Write two effects, given the following parameters.
For effect 1, write the effect such that
A does not require anything
B only requires A
C only requires A
D only requires A and C
A happens at the same time as B
C happens after A and B
D happens at the same time as C
For effect 2, write the effect such that
A does not require anything
B only requires A
C requires only A and B
D requires A, B, and C
A happens at the same time as B
C happens after A and B
D happens at the same time as C
These effects should be unambiguous, a careful reading should make it clear which of the two effect structures is being used. Finally, the solution should work no matter what A,B,C, or D, actually do.
Question
Whimsical
So I've been wondering if this PSCT puzzle I've thought of is solvable.
Given an effect that has 4 parts: A,B,C,D. (They can be any actions you want, but the solution should not depend on the selected actions. Destroying, drawing, and so on).
Write two effects, given the following parameters.
For effect 1, write the effect such that
A does not require anything
B only requires A
C only requires A
D only requires A and C
A happens at the same time as B
C happens after A and B
D happens at the same time as C
For effect 2, write the effect such that
A does not require anything
B only requires A
C requires only A and B
D requires A, B, and C
A happens at the same time as B
C happens after A and B
D happens at the same time as C
These effects should be unambiguous, a careful reading should make it clear which of the two effect structures is being used. Finally, the solution should work no matter what A,B,C, or D, actually do.
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.