21 lines
481 B
Markdown
21 lines
481 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
|
|
- [x] Check if every tetrimino is valid
|
|
- [x] Transform file into tetriminos
|
|
- [ ] Backtracking for smallest square
|
|
- [ ] Transform tetriminos to letters
|
|
- [ ] Print result
|
|
- [ ] Free everything (NO LEAKS)
|
|
|
|
## BONUS
|
|
- [ ] Optimisation
|
|
- [ ] `ft_check_tetri_errors` indicate which tetri is wrong
|
|
- [ ] Add colors to tetri when printing result map
|