Tic Tac Toe
Three in a row against another member, on a button grid.
Replace [prefix] with your server's prefix.
Playing
// Syntax
[prefix]tictactoe [member]
// Example
;tictactoe @member
The board is a three by three grid of buttons under the message. Whoever started the game is X and moves first, the mentioned member is O. Serenity says whose turn it is above the board, and pressing a button out of turn gets you a quiet nudge only you can see.
Also available as /tictactoe.
An opponent is required — you can't play against yourself or against a bot.
Finishing
Three in a row wins, a full board is a tie, and the buttons lock as soon as either happens. Wins, losses and ties all land on both players' records.
If nobody moves for two minutes the board is disabled and the game is marked as timed out. Nothing is recorded in that case.
Limits
10 second cooldown per player. Several games can run in the same channel at once — each board only listens to its own two players.