481 B
481 B
Fillit
hulamy and vmanzoni
To do
- Check if we have a file
- Read file
- Check if there are errors in file
- Check if every tetrimino is valid
- Transform file into tetriminos
- Backtracking for smallest square
- Transform tetriminos to letters
- Print result
- Free everything (NO LEAKS)
BONUS
- Optimisation
ft_check_tetri_errorsindicate which tetri is wrong- Add colors to tetri when printing result map