21 lines
436 B
Markdown
21 lines
436 B
Markdown
# Fillit
|
|
|
|
**hulamy** and **vmanzoni**
|
|
|
|
## To do
|
|
|
|
- [x] Check if we have a file
|
|
- [x] Read file
|
|
- [x] Check if there are errors in file
|
|
- At least 1 tetrimino or less than 26
|
|
- [x] Check if every tetrimino is valid
|
|
- 4 char * 4 lines
|
|
- 4 blocks in 1 tetrimino
|
|
- No solo block
|
|
- [x] Transform file into tetriminos
|
|
- [ ] Backtracking for smallest square
|
|
- [ ] Transform tetriminos to letters
|
|
- [ ] Print result
|
|
|
|
- [ ] Optimisation
|