diff options
Diffstat (limited to 'labb1/res/tictactoe.txt')
| -rw-r--r-- | labb1/res/tictactoe.txt | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/labb1/res/tictactoe.txt b/labb1/res/tictactoe.txt new file mode 100644 index 0000000..677ce2d --- /dev/null +++ b/labb1/res/tictactoe.txt @@ -0,0 +1,36 @@ +31 +45 +--------------------------------------------- +------X-------------------------------X------ +------X--------------XXX--------------X------ +------X-------------------------------X------ +-------------------X-----X------------------- +--XXX---XXX--------X-----X--------XXX---XXX-- +-------------------X-----X------------------- +------X-------------------------------X------ +------X--------------XXX--------------X------ +------X-------------------------------X------ +--------------------------------------------- +----------------------X---------------------- +-----XXX--------------X--------------XXX----- +----------------------X---------------------- +---X-----X-------------------------X-----X--- +---X-----X--------XXX---XXX--------X-----X--- +---X-----X-------------------------X-----X--- +----------------------X---------------------- +-----XXX--------------X--------------XXX----- +----------------------X---------------------- +--------------------------------------------- +------X-------------------------------X------ +------X--------------XXX--------------X------ +------X-------------------------------X------ +-------------------X-----X------------------- +--XXX---XXX--------X-----X--------XXX---XXX-- +-------------------X-----X------------------- +------X-------------------------------X------ +------X--------------XXX--------------X------ +------X-------------------------------X------ +--------------------------------------------- + +# jzelenski +# A 3x3 grid of alternating +/0 shapes. |
