diff --git a/afutc/pieces.py b/afutc/pieces.py new file mode 100644 index 0000000..d234eb6 --- /dev/null +++ b/afutc/pieces.py @@ -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]]]