Tool/solver to resolve fill-a-pix grids automatically. Fill-A-Pix is a logic game that using the logic of the minesweeper to find black cells in a grid.
Fill-A-Pix Solver - dCode
Tag(s) : Number Games
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
Fill-a-Pix is a puzzle and logic game similar to Minesweeper. The player must find which square squares adjacent to one another should be colored black, usually to reconstruct an image.
The resolution of the Fill-A-Pix logic games begins with the observation of the most restrictive digits. The player must then search, from the first cells found, those that are dependent on them that have the most constraints and continue reasoning/deduction.
Example:
| is solved |
|
If the number 0 is in a box, then no surrounding box is black, all are white.
If the number 9 is in a box, then all the surrounding cells are black, none is white.
NB: the presence of a 4 in a corner of a fillapix grid, or of a 6 on an edge is equivalent to a 9: all the cells around are black, none is white.
The cells juxtaposed horizontally or vertically share 6 cells in common, so 2 side by side cells with a difference of 3 allows deductions to be made on the 3 non common cells.
Example: A box 8 is juxtaposed with a box 5, box 8 indicates that all of its neighbors except one are black. Box 5 makes it possible to deduce that the side opposite to 8 is populated with white cells.
The cells juxtaposed diagonally share 4 cells in common, so 2 cells diagonally with a gap of 5 allows deductions can be made on the 5 non-common cells.
The cells separated by a single cell horizontally or vertically share 3 cells in common, so if 2 of these cells have a difference of 6, deductions can be made from the 6 non-common cells.
dCode retains ownership of the "Fill-A-Pix Solver" source code. Any algorithm for the "Fill-A-Pix Solver" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "Fill-A-Pix Solver" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) or any database download or API access for "Fill-A-Pix Solver" or any other element are not public (except explicit open source licence like Creative Commons). Same with the download for offline use on PC, mobile, tablet, iPhone or Android app.
Reminder: dCode is an educational and teaching resource, accessible online for free and for everyone.
The content of the page "Fill-A-Pix Solver" and its results may be freely copied and reused, including for commercial purposes, provided that dCode.fr is cited as the source.
Exporting the results is free and can be done simply by clicking on the export icons ⤓ (.csv or .txt format) or ⧉ (copy and paste).
To cite dCode.fr on another website, use the link:
In a scientific article or book, the recommended bibliographic citation is: Fill-A-Pix Solver on dCode.fr [online website], retrieved on 2025-04-16,