| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2020-04-07 | (Constants, TicTacToe): Added number emojis that will be shown in board and ↵ | -0/+13 | ||
| in reactions. | ||||
| 2020-04-07 | (TicTacToe): Added new player-about variables to `Game` class. | -0/+6 | ||
| 2020-04-07 | (TicTacToe): Replaced `discord.User` with `Player` in `Game` class signature. | -1/+1 | ||
| 2020-04-07 | (TicTacToe): Added `ctx` variable to `Player` class. | -1/+2 | ||
| 2020-04-07 | (TicTacToe): Created `Game` class | -1/+12 | ||
| 2020-04-07 | (TicTacToe): Created `Player` class | -0/+8 | ||