Files
42_old_fillit/README.md
2019-04-27 15:16:34 +02:00

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_errors indicate which tetri is wrong
  • Add colors to tetri when printing result map