13 lines
261 B
Markdown
13 lines
261 B
Markdown
#Fillit
|
|
|
|
##To do
|
|
[x] Check if we have a file
|
|
[x] Read file
|
|
[] Check if there are errors in file
|
|
[] Transform file into tetriminos
|
|
[] Check if every tetrimino is valid
|
|
[] Backtracking for smallest square
|
|
[] Print result
|
|
|
|
[] Transform tetriminos with letters (?)
|