How to play
The winning condition for Voxas is precise: every cell, edge, region, and fixed clue satisfies the clue classified domino tetromino completion test. No hidden solution values are printed to justify the result; the rules engine validates the submitted position.
- Before the first move in Voxas, identify which marks are givens and which controls are decisions. Partition the board into rectangles, with every clue assigning the required orientation class to its local room. The browser stores that distinction with the seeded opening so a restart never changes the puzzle or deal.
- Use the live board controls to change one legal decision at a time. Partition the board into rectangles, with every clue assigning the required orientation class to its local room. The runtime validates the resulting state before it records a move or opens a new undo branch.
- The winning condition for Voxas is precise: every cell, edge, region, and fixed clue satisfies the clue classified domino tetromino completion test. No hidden solution values are printed to justify the result; the rules engine validates the submitted position.
Strategy tips
- Translate each clue class into its permitted rectangle orientation and place the most constrained domino or tetromino before flexible neighbouring rooms.
- Using the right area with the wrong orientation class satisfies the partition visually but contradicts the clue attached to that local room.
- Use undo to compare the last branch if two completions look plausible, then recheck the exact requirement: every cell, edge, region, and fixed clue satisfies the clue classified domino tetromino completion test. A locally attractive move can still break a distant constraint.