Bryce-3D / Discord-Bot

Repository for any discord bots I make
2 stars 1 forks source link

TicTacToe.py Implementation is Incomplete #4

Open Bryce-3D opened 7 months ago

Bryce-3D commented 7 months ago

tictactoe.py implementation is incomplete.

Bryce-3D commented 4 months ago

As of the latest commit on 2024-04-17, tictactoe.py has most of the core logic for lobby generation and running the game implemented.

Most of the remaining work involves parsing user commands inputted via discord and being able to send appropriate messages in response.