From a204330db26a0c3f5b4e88bdc495af350e262ab4 Mon Sep 17 00:00:00 2001 From: epoch Date: Tue, 18 Apr 2017 01:33:44 -0500 Subject: the changes needed to get tictactoe running pretty. --- tictactoe/board | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tictactoe/board (limited to 'tictactoe/board') 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 -- cgit v1.2.3