Mora Jai Box - joric/blueprince GitHub Wiki
Trading Post puzzle. You have to set the corner tiles to the specific colors using the shapes as clues.
Mora Jai is the fictional country from which these box puzzles originate (Sanctum Door 6).
In order to solve the puzzle you must set the colors of the corner tiles. If you can't find it in the clues, just try pressing the corners (wrong color resets the puzzle). The corner shapes may differ, e.g. in a few puzzles in the Rough Draft Maze (namely Blueprints i1-i5) opposing corners have different symbols.
More pictures (click to expand)
Mora Jai Box ad (behind the first sanctum door)
4th Grade Classroom tests showing countries (including Mora Jai) that are named and labeled with each symbol.
Blueprints Maze H5 box (Furnace room, contains the word TRUTH). You can get there if you take a wrong path.
Each symbol has its own color corresponding to the specific "realm". In order of Sanctum doors: Plate - Orinda Aries (Black), Pentagon - Fenn Aries (Red), Mountain - Arch Aries (Yellow), Hourglass - Eraja (Purple), Heart - Corarica (Orange), Cap - Mora Jai (White), Jigsaw - Verra (Pink), Diamond - Nuance (Green), Door - Mansion (Blue).
- Gray - Acts as an empty space and has no function.
- Black - Moves all of the tiles in the row one to the right.
- Red - Turns all white tiles black and all black tiles red.
- Green - Swaps positions with a tile in the opposite position.
- Yellow - Moves up one position.
- Pink - Rotates every adjacent tile one clockwise position.
- Purple - Moves down one position.
- Orange - Changes colors to match the majority of its adjacent tiles. If they are evenly split, the color stays the same.
- White - Expands outwards if there are any adjacent gray tiles. If there are none, the tile disappears.
- Blue - Copies the ability of the tile in the middle of the 3x3 grid.
Select color from palette, click on the tiles to toggle color. Click on the play button to toggle between edit and play modes.
- Web: https://joric.github.io/blueprince/
- Source code: https://github.com/joric/blueprince/
- Reddit: https://www.reddit.com/r/BluePrince/comments/1kefpbv/i_made_a_puzzle_box_solver
Uses a mix of BFS (Breadth First Search) up to 7 steps, if that doesn't solve it then uses IDDFS.
- Web: https://zzaimoo.github.io
- Source code: https://github.com/zzAIMoo/zzaimoo.github.io
- Reddit: https://www.reddit.com/r/BluePrince/comments/1kmgu66/i_have_created_a_solver_for_one_of_the_puzzle/
Not a solver, but rather a simulator. Includes a lot of original Mora Jai Box puzzles and solutions.
- Web: https://kkawabat.github.io/MoraJaiBox/
- Source code: https://github.com/kkawabat/MoraJaiBox
- Reddit: https://www.reddit.com/r/BluePrince/comments/1jwyu8z/late_game_puzzle_help_box/msg16y9/
Supports text import (lowercase color names) and simulation mode.
- Web: https://tehalexf.github.io/mora-jai-solver/
- Source code: https://github.com/tehalexf/mora-jai-solver/
Python script only, no GUI.