A Discord TicTacToe game that uses Discord UI buttons as the game field.
- Slash Commands: Players can start a game using a slash-command.
- Interactive Buttons: Players make their moves using Discord buttons.
- Timeouts: Cancels inactive games to conserve bot resources.
-
Download or clone the project.
-
Create a
.envfile with your bot token.TOKEN = YourDiscordBotTokenHere -
Install the Required Python Packages.
pip install -r requirements.txt
- Copy or download the tictactoe.py file into your project.
- Ensure compatibility with your discord.py version.
This project is licensed under the MIT License - see the LICENSE file for details



