summaryrefslogtreecommitdiff
path: root/tictactoe/board
diff options
context:
space:
mode:
Diffstat (limited to 'tictactoe/board')
-rw-r--r--tictactoe/board11
1 files changed, 11 insertions, 0 deletions
diff --git a/tictactoe/board b/tictactoe/board
new file mode 100644
index 0000000..88f20fb
--- /dev/null
+++ b/tictactoe/board
@@ -0,0 +1,11 @@
+topleft addshape 4 0 -3 3 0 -1 3 0 -1 1 0 -3 1
+topcenter addshape 4 0 -1 3 0 1 3 0 1 1 0 -1 1
+topright addshape 4 0 1 3 0 3 3 0 3 1 0 1 1
+
+middleleft addshape 4 0 -3 1 0 -1 1 0 -1 -1 0 -3 -1
+middlecenter addshape 4 0 -1 1 0 1 1 0 1 -1 0 -1 -1
+middleright addshape 4 0 1 1 0 3 1 0 3 -1 0 1 -1
+
+bottomleft addshape 4 0 -3 -1 0 -1 -1 0 -1 -3 0 -3 -3
+bottomcenter addshape 4 0 -1 -1 0 1 -1 0 1 -3 0 -1 -3
+bottomright addshape 4 0 1 -1 0 3 -1 0 3 -3 0 1 -3