added pieces file

master
kirbylife 2019-11-03 22:15:10 -06:00
parent ec5312ba35
commit 46e529ad6b
1 changed files with 3 additions and 0 deletions

3
afutc/pieces.py 100644
View File

@ -0,0 +1,3 @@
PIECES = [[[0, 1], [0, 1], [1, 1]], [[0, 1, 0], [1, 1, 1]], [[1, 1], [1, 1]],
[[1, 1, 0], [0, 1, 1]], [[0, 1, 1], [1, 1, 0]], [[1], [1], [1], [1]],
[[0, 1, 0], [0, 1, 0], [1, 1, 1]]]