tic tac toe by jbb

#!ruby -p00
a&=$_=gsub(/-/){a||$`+"X"+$'!~/X(X|..(X|.X.|..X..)..)X/m?"-":a="X"}

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

download

return to the top page