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-Steuerung

Unter Android muss man drücken statt links klicken und langes drücken statt rechts klicken. Wo dieses Handbuch Buchstaben auf der Tastatur erwähnt, können diese als Bildzeichen am Fuß des Bildschirms gefunden werden (Strg und Umschalt sind nicht verfügbar). Es gibt auch ein optionaler Nacht-Modus, in dem dunklere Farben verwendet werden.

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-Parameter

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.