Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

most ideal tic-tac-toe board in ascii?

Name: Anonymous 2008-05-26 20:42


    | x |  
 ___|___|___
  O | O |  
 ___|___|___
    |   | x
    |   | 

Name: Anonymous 2008-05-31 15:13

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE tictactoe>
<tictactoe version="1.0">
    <row>
        <column>
            <x />
        </column>
        <column>
            <o />
        </column>
        <column>
            <x />
        </column>
    </row>
    <row>
        <column>
            <x />
        </column>
        <column>
            <o />
        </column>
        <column>
            <o />
        </column>
    </row>
    <row>
        <column>
            <o />
        </column>
        <column>
            <x />
        </column>
        <column>
            <x />
        </column>
    </row>
</tictactoe>

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List