Minimax implementation for TicTacToe which runs at Discord
Use the package manager npm to install the dependencies
npm i -y
-
Firstly you will need to add your Discord bot token to the .login() method of the DiscordJS Client class, at /discord/main.ts [212:15] (If you don't know how to create a Discord Bot, follow this easy guide)
-
Next "compile" it all
npm run tsc
- And run it!
npm run bot
- Now at the Discord server where you have added the bot run the following command
!new
And start playing!
Any kind of addition/help/PR is highly welcomed <3
If there are some open issues you can check them too and contribute on your own!