Files
42_old_fillit/README.md
Manzovince 12fff81bde README edit
2019-04-27 16:38:28 +02:00

23 lines
739 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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
- [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 (Can be done with above step)
- [ ] Free everything (NO LEAKS)
## BONUS
- [x] `ft_check_tetri_errors` indicate which tetri is wrong
- [ ] Optimisation
- [ ] Add colors to tetri when printing result map