Fillit

Team: hulamy and vmanzoni

Le but de ce projet est dagencer les Tetriminos entre eux pour former le plus petit carré possible, sachant que ce carré peut présenter des trous quand les pièces données ne semboîtent pas parfaitement.

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 (Can be done with above step)
  • Free everything (NO LEAKS)

BONUS

  • Best error handler (more details on why there is an error.)
  • Optimisation (skip when tetri with same shape was already tested on map)
  • Add colors to tetri when printing result map
  • Flag for debbuging (print every step in backtracking)
  • Adding flags (and password for blocking more args on moulinette)
Description
No description provided
Readme 346 KiB
Languages
C 97.1%
Makefile 2.9%