gurkult / gurkbot

Our community bot, used for running the server.
MIT License
18 stars 16 forks source link

Tic-tac-toe command #88

Closed Shivansh-007 closed 3 years ago

Shivansh-007 commented 3 years ago

Description

!ttt or !tictactoe command lets users play tic-tac-toe using reactions, either player vs player or player vs AI-like program. Allowing them to select their own tokens (default 🍉 and 🥒 )

Thanks to ks123's lovely tic-tac-toe pr on lancebot, i could improve mine (had been using a while loop instead of just looping 9 times and had a long check while after looking ks123, it is a simple hard coded check

Screenshots

Screenshot from 2021-02-01 05-43-40 Screenshot from 2021-02-01 05-43-47 Screenshot from 2021-02-01 05-43-59

Shivansh-007 commented 3 years ago

Closing PR as I am not interested in contributing to the bot anymore, if anyone wants to take over you can open a new PR.