Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
/ TicTacToe Public archive

Fully working version of discord Tic-tac-toe winner.

License

Notifications You must be signed in to change notification settings

N1ck6/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fully working version of discord TicTacToe bot

Modes:

  • Play with your friend using command:
/ttt player
  • Play against a bot as ❌ | ⭕ using:
/ttt x
/ttt o
  • Or just write:
/ttt Literally everything you wand to write here

To get info about commands


Download

  • Download main.py
  • Install libraries using pip
pip install discord
pip install asyncio
pip install typing
  • Create Discord bot
  • Invite it to your server
  • Replace "TOKEN" to your bot's token in main.py
  • Run bot and enjoy!

Game examples and security features:

Warning

Beware! The bot is designed to never be beaten. 😈