Source: lsByTag [edit]
Functions for 'tag.tictactoe'
makeTicTacToeMove(board,t... | [source/edit] | Make a tic tac toe move. If playerMove specified, move that and then do a computer move. If playerMove = "?", just do computer move. If playerMove = nil, reset board. |
playTicTacToe() | [source/edit/go] | Plays tic tac toe. If no arguments, returns a new game. If one argument, new game of that level. If 2 arguments, send turnStr,gameStr representing player move and current game. |