id like a hint on the wall, everything else ive had no trouble beating but im stuck on that on
That’s a tough one to give hints for, I think the best method for solving it is to consider what constraints you have (noting that these constraints aren’t always true but work here due to the simple geometry of the puzzle). This should significantly reduce your options.
Constraint 1
Pushing snow to the right will result in your light being directly to your left when the move is complete. This means that when you push a snow block, any block that was directly above or below it before the move will be destroyed when the move ends.Constraint 2
Trying to push a snow block vertically requires two rows of space above/below it. Otherwise, trying to get in position to push the block will move your light directly diagonal to the block, destroying it. This means there is no way to move snow between the top and bottom halves of the puzzle; you can only push snow into the top or bottom row, which is not very helpful.Implications
Consider just the bottom two rows. Each row has 4 blocks of snow that need to travel at least 5 tiles to reach a button. From constraint 2, we know there is no way to bring new snow into these two rows. From constraint 1, we know that each push to the right will consume any vertically adjacent snow. 10 pushes are required to get snow to each button, but we only have 8 available - we need to find a way to split up the rows or we will always run out of resources.Hopefully that helps without giving too much away, let me know if you want any more pointers!