added link to check the colors

master
kirbylife 2019-11-09 23:08:56 -06:00
parent 9817a04a1c
commit 3f68c12ff6
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ 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]]]
# To see the color number check this link:
# https://i.stack.imgur.com/7AtMc.png
__colors = [5, 7, 9, 11, 13, 15, 35, 41, 123, 205, 219]
for n, piece in enumerate(PIECES):