-
Notifications
You must be signed in to change notification settings - Fork 82
Fillapix Strategy Guide
Jacob Long edited this page Aug 18, 2023
·
2 revisions
During the first moves, this includes filling all cells around a 9, all cells around a 6 on a side, and all cells around a 4 in the corner. For later moves, this includes any cell that is forced black because of the clue(s) surrounding it.
This
becomes this
Based on the moves made in Step 1, some clues may be completed, so their empty touching cells are forced white.
This
becomes this
If no cells are forced to be a specific color, use one of the case rules. If chosen strategically, the case rule can allow you to continue using Steps 1 & 2.
- Home
-
For Developers
- Programming Standards
- Developer Setup Guide
- Alternative Developer Setup Guide (linux)
- Pointers for Getting Started
- Guide to Implementing Puzzles
- Guide to Implementing the Puzzle Editor Functionality for a Puzzle
- Native Binary Compilation Information for Windows
- Test Suite Documentation
- Notes for a Future Rewrite
- For End Users