Previous | Contents | Index | Next

Chapter 42: Mosaic

You are given a grid of squares, which you must colour either black or white.

Some squares contain clue numbers. Each clue tells you the number of black squares in the 3×3 region surrounding the clue – including the clue square itself.

This game is variously known in other locations as: ArtMosaico, Count and Darken, Cuenta Y Sombrea, Fill-a-Pix, Fill-In, Komsu Karala, Magipic, Majipiku, Mosaico, Mosaik, Mozaiek, Nampre Puzzle, Nurie-Puzzle, Oekaki-Pix, Voisimage.

Mosaic was contributed to this collection by Didi Kohen. Colour design by Michal Shomer. The implementation is loosely based on github.com/mordechaim/Mosaic.

42.1 Mosaic controls

To play Mosaic, click the mouse in a square to change its colour. Left-clicking an empty square will turn it black, and right-clicking will turn it white. Keep clicking the same button to cycle through the three possible states for the square.

If you hold down the mouse button and drag, you can colour multiple cells in a single action.

Sie können auch die Pfeiltasten verwenden, um sich auf dem Gitter zu bewegen. Durch Drücken der Eingabe- oder Leertaste wird ein leeres Quadrat schwarz oder respektive weiß gefärbt (und dann zyklisch die Farben wie bei den Maustasten ändern) und durch Drücken der Rücktaste wird ein Quadrat auf leer zurückgesetzt.

42.2 Mosaic parameters

Diese Parameter sind von der Option ‘Custom...’ im Menü ‘Type’ verfügbar.

Width (Breite), Height (Höhe)
Größe des Gitters in Quadraten
Aggressive generation
With this option set, the game generator will try harder to eliminate unnecessary clues on the board. This slows down generation, so it's not recommended for boards larger than, say, 30×30.

[Simon Tatham's Portable Puzzle Collection, version 20220613.387d323]