Parlor - joric/blueprince GitHub Wiki
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.
- There will be at least one box that displays only true statements.
- There will be at least one box that displays only false statements.
- 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.
- Web: https://theshiftingquiet.github.io/Blue-Prince-Parlor-Solver/
- Source code: https://github.com/TheShiftingQuiet/Blue-Prince-Parlor-Solver
- Steam community: https://steamcommunity.com/sharedfiles/filedetails/?id=3481682257
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 |