liliththepale
Banned
The only tetris puzzle I didn't enjoy was in one of the underground rooms in the swamp. The one where you have to find room for seven different basic pieces in a 5x6 board. The permutations are nearly endless!
I solved it by figuring out that 7 blocks x 4 tiles per block is 2 less than the 30 spaces on the board, so I iterated through all the solutions where the line traces around the side except for 2 spaces. Technically brute forcing, but fewer permutations than just playing around with the actual puzzle pieces.
I solved it by figuring out that 7 blocks x 4 tiles per block is 2 less than the 30 spaces on the board, so I iterated through all the solutions where the line traces around the side except for 2 spaces. Technically brute forcing, but fewer permutations than just playing around with the actual puzzle pieces.