index
:
sir-lancebot
br/gh1560
delete-bm-ctx-menu
dependabot/github_actions/actions/checkout-5
dependabot/github_actions/actions/upload-artifact-5
dependabot/github_actions/astral-sh/setup-uv-7
dependabot/pip/pillow-11.2.1
dependabot/uv/pillow-12.0.0
main
reorder-hacktoberfest-commands
revert-1432-dependabot/pip/emoji-2.10.0
shenanigansd-patch-1
sim_matches
use-botcore-command-error-manager
A mirrored copy of the python-discord/sir-lancebot repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bot
/
exts
/
evergreen
/
tic_tac_toe.py
(
follow
)
Commit message (
Expand
)
Author
Age
Lines
*
(TicTacToe): Added check that don't allow you to play against yourself to `ti...
ks129
2020-04-09
-0
/
+3
*
(TicTacToe): Removed unnecessary variable `channel` from `Game`.
ks129
2020-04-09
-3
/
+1
*
(TicTacToe): Added winner check to `Game.play`.
ks129
2020-04-09
-0
/
+5
*
(TicTacToe): Created helper function `Game.check_for_win`.
ks129
2020-04-09
-0
/
+18
*
(TicTacToe): Created `edit_board` function to `Game`, made fixes to `Player.g...
ks129
2020-04-09
-2
/
+29
*
(TicTacToe): Redesigned board system, applied it's changes + created new func...
ks129
2020-04-09
-8
/
+39
*
(TicTacToe): Created function `Game.play`.
ks129
2020-04-09
-0
/
+6
*
(TicTacToe): Removed unnecessary variable creation in `Game.send_board`.
ks129
2020-04-09
-2
/
+1
*
(TicTacToe): Added `symbol` to player class creation in `tictactoe` command.
ks129
2020-04-07
-1
/
+1
*
(TicTacToe): Added `symbol` to `Player` class.
ks129
2020-04-07
-1
/
+2
*
(TicTacToe): Added check is opponent free when request playing.
ks129
2020-04-07
-0
/
+5
*
(Constants, TicTacToe): Fixed number emojis contants, created helper function...
ks129
2020-04-07
-2
/
+21
*
(TicTacToe): Moved checks to outside of class, created initial tic tac toe co...
ks129
2020-04-07
-16
/
+30
*
(TicTacToe): Created new class variable `over` to `Game`, added over check to...
ks129
2020-04-07
-2
/
+7
*
(TicTacToe): Created check `is_requester_free`.
ks129
2020-04-07
-0
/
+7
*
(TicTacToe): Created check `is_channel_free`.
ks129
2020-04-07
-1
/
+8
*
(TicTacToe): Added new variable `games` to `TicTacToe` cog.
ks129
2020-04-07
-0
/
+1
*
(TicTacToe): Created helper function `add_reactions` to `Game` class to add a...
ks129
2020-04-07
-0
/
+5
*
(TicTacToe): Added `get_confirmation` function to `Game` class to make sure t...
ks129
2020-04-07
-0
/
+41
*
(TicTacToe): Added new player-about variables to `Game` class.
ks129
2020-04-07
-0
/
+6
*
(TicTacToe): Replaced `discord.User` with `Player` in `Game` class signature.
ks129
2020-04-07
-1
/
+1
*
(TicTacToe): Added `ctx` variable to `Player` class.
ks129
2020-04-07
-1
/
+2
*
(TicTacToe): Created `Game` class
ks129
2020-04-07
-1
/
+12
*
(TicTacToe): Created `Player` class
ks129
2020-04-07
-0
/
+8
*
(TicTacToe): Created initial empty cog with loading.
ks129
2020-04-07
-0
/
+15