Mora Jai Box - joric/blueprince GitHub Wiki
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
Python script only, no GUI.
- Source code: https://www.online-python.com/OBbh7oa60v
- Reddit: https://www.reddit.com/r/BluePrince/comments/1kefpbv/i_made_a_puzzle_box_solver
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/
In order to solve the puzzle you must know the color of the corner tiles. If you can't find it in the clues (e.g. Arch Aries flag color), just guess by pressing the corners in the game (wrong color resets the puzzle).
From https://www.polygon.com/blue-prince-guides/559559/mora-jai-puzzle-boxs-how-to-solve
- 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.
Click to expand
Mora Jai Box ad (behind the first sanctum door)