tic tac toe by brx(poo)

#!perl -p00
s/-/$./g;s/OO1/OOX/+s/1O/XO/+s/3X/XX/+s/
O4/
OX/+s/O6/OX/||s/\d/X/;y/1-6/-/

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page