Tic Tac Toe by murky-satyr

t=(['   |   |   \n']*3).join('---+---+---\n')as List
i=1
'\x01\x1d9\x0915\x19'.any{t[(int)it]='XO'[i^=1];println t.sum()}

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

download

return to the top page