diff --git a/position.py b/position.py new file mode 100644 index 0000000..3b8a6f9 --- /dev/null +++ b/position.py @@ -0,0 +1,10 @@ +import pygame as pg + +pos = [[4, 3, 2, 5, 6, 2, 3, 4], + [1, 1, 1, 1, 1, 1, 1, 1], + [0, 0, 0, 0, 0, 0, 0, 0], + [0, 0, 0, 0, 0, 0, 0, 0], + [0, 0, 0, 0, 0, 0, 0, 0], + [0, 0, 0, 0, 0, 0, 0, 0], + [1, 1, 1, 1, 1, 1, 1, 1], + [4, 3, 2, 5, 6, 2, 3, 4]] \ No newline at end of file