2019-04-23 15:25:52 +02:00
2019-04-14 23:02:29 +02:00
2019-04-22 17:12:36 +02:00
2019-04-22 17:12:36 +02:00
2019-04-14 14:24:50 +02:00
2019-04-17 17:39:47 +02:00
2019-04-22 17:12:36 +02:00
2019-04-22 17:12:36 +02:00
2019-04-22 16:27:46 +02:00
2019-04-23 15:25:40 +02:00
2019-04-22 16:27:46 +02:00
2019-04-15 20:26:13 +02:00

Fillit

hulamy and vmanzoni

To do

  • Check if we have a file

  • Read file

  • Check if there are errors in file

    • At least 1 tetrimino or less than 26
  • Check if every tetrimino is valid

    • 4 char * 4 lines
    • 4 blocks in 1 tetrimino
    • No solo block
  • Transform file into tetriminos

  • Backtracking for smallest square

  • Transform tetriminos to letters

  • Print result

  • Optimisation

Description
No description provided
Readme 346 KiB
Languages
C 97.1%
Makefile 2.9%