Tic-tac-toe
Here you will learn how to play tic-tac-toe using the bot.
Introduction
There are 2 ways to play tic-tac-toe in the bot. The first is with the bot itself, and the second is with another user.
With the bot
To play with the bot, you need to write /tictactoe start <difficulty>
.
A total of 4 difficulties are present, viz:
Easy
- the bot picks random moves;Normal
- the bot plays almost like a normal person;Hard
- the bot picks perfect moves, but there are tactics to beat it;Impossible
- you can't beat the bot.
Example: /tictactoe start Normal
With another user
To play with another user, you need to write /tictactoe duel <@User>
.
Example: /tictactoe duel @Hacker