Attempts to detect the queen by watching for QUEEN_PATTERN
while defecting. If the opponent is a queen, cooperate forever.
Otherwise, defect forever.
- Source:
Members
(inner, constant) QUEEN_PATTERN :Array
Type:
- Array
- Default Value:
[true,false,false,true]
- Source: