15 lines
299 B
Markdown
15 lines
299 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
|
|
- [ ] Transform tetriminos to letters
|
|
- [ ] Print result
|
|
|
|
- [ ] Optimisation
|