diff --git a/README.md b/README.md index 0ac238c..71dc04c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Fillit -**hulamy** and **vmanzoni** +Team: **hulamy** and **vmanzoni** + +Le but de ce projet est d’agencer 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 s’emboîtent pas parfaitement. ## To do @@ -11,10 +13,10 @@ - [x] Transform file into tetriminos - [ ] Backtracking for smallest square - [ ] Transform tetriminos to letters -- [ ] Print result +- [ ] Print result (Can be done with above step) - [ ] Free everything (NO LEAKS) ## BONUS +- [x] `ft_check_tetri_errors` indicate which tetri is wrong - [ ] Optimisation -- [ ] `ft_check_tetri_errors` indicate which tetri is wrong - [ ] Add colors to tetri when printing result map