diff options
author | epoch <epoch@hacking.allowed.org> | 2017-04-18 01:33:44 -0500 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2017-04-18 01:33:44 -0500 |
commit | a204330db26a0c3f5b4e88bdc495af350e262ab4 (patch) | |
tree | d92a57aca247f796c590eb5606ca64be4b8ed3af /tictactoe/board | |
parent | 34628f9a0df01adc1d17e44f569600dc7d9d1414 (diff) | |
download | hackvr-a204330db26a0c3f5b4e88bdc495af350e262ab4.tar.gz hackvr-a204330db26a0c3f5b4e88bdc495af350e262ab4.zip |
the changes needed to get tictactoe running pretty.
Diffstat (limited to 'tictactoe/board')
-rw-r--r-- | tictactoe/board | 11 |
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 |