minor modifications

This commit is contained in:
Manzovince
2019-04-15 20:26:13 +02:00
parent 9c889ad4d3
commit 10901ad1a6
4 changed files with 9 additions and 9 deletions

View File

@@ -6,13 +6,13 @@
- [x] Check if we have a file
- [x] Read file
- [ ] Check if there are errors in file
- [x] Check if there are errors in file
- At least 1 tetrimino or less than 26
- [ ] Check if every tetrimino is valid
- [x] Check if every tetrimino is valid
- 4 char * 4 lines
- 4 blocks in 1 tetrimino
- No solo block
- [ ] Transform file into tetriminos
- [x] Transform file into tetriminos
- [ ] Backtracking for smallest square
- [ ] Transform tetriminos to letters
- [ ] Print result