Brute force solver for "The Talos Principle" game puzzles.
Need to provide field size and list of tetrominoes.
In example for this game puzzle:
Use this command line arguments: 6 6 O2T2L2J1I1S1
In result each tetromino is shown with its own digit:
Because of brute force algorithm type it can work very slow for big fields (like 8x6).
But this can be avoided by filling part of the field. Like on picture below where 8x6 field was reduced to 6x6 and solved.