Parlor - joric/blueprince GitHub Wiki

puzzle-box-examples-1 Courtesy of dualshockers.com. The answer is BLUE.

The solution is supposed to be logical. In case if two opposing statements on the boxes the remaining box has the prize.

  1. There will be at least one box that displays only true statements.
  2. There will be at least one box that displays only false statements.
  3. Only one box has a prize within. The other two are always empty.

See Walkthrough#parlor for known solutions.

Solvers

Divadop

Uses JS/JEXL logical expressions to define statements on the boxes.

There is even a built-in OCR, see https://youtu.be/5BayAGZtNHc

Examples (click on the solution to go to the pre-filled solver):

Blue Box White Box Black Box Solution
This bos is the black box This box is the blue box The box that claims to be black has the gems BLUE
The statement on the white box is true There is a second wind-up key in this room This box and the white box are both empty BLUE
* This box has at least two true statements.* The Black Box has at least two true statements.* The gems are in this box * Every statement on the blue box is false* Every statement on the black box is true* The gems are in this box * This is a true statement* This is a true statement* The gems are in this box BLUE

References