summaryrefslogtreecommitdiff
path: root/tictactoe/board
blob: 2a44f27cd4ade258f846bed4516e81b826a0e9de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
junk set global.zoom 64

topleft addshape 4 -3 3 0 -1 3 0 -1 1 0 -3 1 0
topcenter addshape 4 -1 3 0 1 3 0 1 1 0 -1 1 0
topright addshape 4 1 3 0 3 3 0 3 1 0 1 1 0

middleleft addshape 4 -3 1 0 -1 1 0 -1 -1 0 -3 -1 0
middlecenter addshape 4 -1 1 0 1 1 0 1 -1 0 -1 -1 0
middleright addshape 4 1 1 0 3 1 0 3 -1 0 1 -1 0

bottomleft addshape 4 -3 -1 0 -1 -1 0 -1 -3 0 -3 -3 0
bottomcenter addshape 4 -1 -1 0 1 -1 0 1 -3 0 -1 -3 0
bottomright addshape 4 1 -1 0 3 -1 0 3 -3 0 1 -3 0