Editor
Editor for puzzle pieces, empty boards, partial and full solutions.
statusMessage loading...
Instructions
Edit the text area to modify the puzzle. Here's how it works:
Section 1: Cubes
- (A-Z) Each uppercase letters represents a colored cube. All cubes of the same letter have the same color and are assumed to form a puzzle piece.
- (⏎) New lines separate rows of cubes.
- (-) Hyphens separate layers of cubes.
- (.) Periods are empty spaces that should/could be filled
- (@) At symbols are out of bounds areas.
- (?) Unrecognized characters are rendered as grey blocks.
- (--) Double hyphen indicates the end this section (ie, the start of section 2)
Section 2: Annotations
Annotations are a way to highlight special faces/edges. Each annotation is a comma-separated list with these values:
- x coordinate of piece to highlight
- y coordinate
- z coordinate
- face (top, bottom, left, right, front, back, cube) indicates which side to highlight. (cube means the whole cube, not a face)
- edge (north, south, east, west, cube, face) indicates the edge to highlight (face means the whole face, cube the whole cube)
- color to set the cube, face or edge. empty string to leave this unchanged from the default value.
- text
- comment
So "1,2,3,top,face,red,⭐️" means the cube at position (1,2,3) should have top face colored red, with a star.