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

_reset addshape 3 -4 -4 4 -5 -4 4 -4 -5 4

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

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

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