Mora Jai Box - joric/blueprince GitHub Wiki

Solvers

joric

Select color from palette, click on the tiles to toggle color. Click on the play button to toggle between edit and play modes.

zzAIMoo

Uses a mix of BFS (Breadth First Search) up to 7 steps, if that doesn't solve it then uses IDDFS.

kkawabat

Not a solver, but rather a simulator. Includes a lot of original Mora Jai Box puzzles and solutions.

louislourson

Python script only, no GUI.

tehalexf

Supports text import (lowercase color names) and simulation mode.

Rules

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.

Pictures

Click to expand

Screenshot 2025-05-13 022255
Mora Jai Box ad (behind the first sanctum door)

References

⚠️ **GitHub.com Fallback** ⚠️