More than clearing blocks
At the center of PICO is a block-puzzle system, but the goal is for each successful action to matter beyond a single board. Clears generate progress that can feed restoration, quests, exploration and other systems surrounding Pico’s journey.
That connection is important to the identity of the game. The puzzle should remain fast and readable, while the world around it gives every successful run a larger purpose.
Making the board change
Development has expanded the puzzle board with cell modifiers including Rubble, Cages and Energy Nodes. Each one changes how the player reads available space and creates new objectives without replacing the core block-placement rules.
The underlying simulation also accounts for these modifiers when evaluating future trays, helping us preserve fair board states while allowing individual puzzles to become more demanding.
Building pressure carefully
The next layer of the puzzle system explores behavioral threats that can change while a round is in progress, including spreading hazards such as Fire.
The challenge is to create pressure that feels readable and manageable rather than arbitrary. New mechanics should give the player another problem to solve, not simply make a board frustrating.
Development NoteA puzzle should change the board in front of you and the world waiting beyond it.
