#### Functional ###### Has the requirement for the allowed packages been respected? (Reminder for this project: only [standard packages](https://golang.org/pkg/)) ##### Try [bad example 00](../badexample00/README.md). `ERROR` ###### Does the program prints the value above? ##### Try [bad example 01](../badexample01/README.md). `ERROR` ###### Does the program prints the value above? ##### Try [bad example 02](../badexample02/README.md). `ERROR` ###### Does the program prints the value above? ##### Try [bad example 03](../badexample03/README.md). `ERROR` ###### Does the program prints the value above? ##### Try [bad example 04](../badexample04/README.md). `ERROR` ###### Does the program prints the value above? ##### Try [bad format](../badformat/README.md). `ERROR` ###### Does the program prints the value above? ##### Try [good example 00](../goodexample00/README.md). ###### Does the result contain 0 empty spaces (0 '.')? ##### Try [good example 01](../goodexample01/README.md). ###### Does the result contain 9 empty spaces (9 '.')? ##### Try [good example 02](../goodexample02/README.md). ###### Does the result contain 4 empty spaces (4 '.') and a time limit lesser or equal to the one in the [good practices](../../good-practices/README.md)? ##### Try [good example 03](../goodexample03/README.md). ###### Does the result contain 5 empty spaces (5 '.') and a time limit lesser or equal to the one in the [good practices](../../good-practices/README.md)? ##### Try [hard example](../hardexam/README.md). ###### Does the result contain 1 empty spaces (1 '.') and a time limit lesser or equal to the one in the [good practices](../../good-practices/README.md)? ###### Are all of the Tetrominos contained in the test file, present in the output? ###### Different characters correspond to different Tetrominos? ###### Does one Tetromino has only one character? ###### As an auditor, is this project up to every standard? If not, why are you failing the project?(Empty Work, Incomplete Work, Invalid Compilation, Cheating, Crashing, Leaks) #### Basic ###### +Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)? ###### +Is there a test file for this code? ###### +Are the tests checking each possible case? ###### +Does the code obey the [good practices](../../good-practices/README.md)? #### Social ###### +Did you learn anything from this project? ###### +Would you recommend/nominate this program as an example for the rest of the school?