Part of otfbot.plugins.ircClient.tictactoe View Source View In Hierarchy
| Method | __init__ | Undocumented |
| Method | drawField | draw the current field with X and O and numbers |
| Method | move | make a move |
| Method | neighbours | calculate the neighbour fields |
| Method | winningField | test if a Field wins the game |
| Method | kiMove | let the artificial intelligence make a move |
| Method | checkWin | check if a player has won |
| Method | checkFinished | check if the game is still active |