https://github.com/djdeveloperr/tictactoe
Play Tic Tac Toe in Discord.
https://github.com/djdeveloperr/tictactoe
bot buttons deno discord harmony serverless tictactoe
Last synced: 5 months ago
JSON representation
Play Tic Tac Toe in Discord.
- Host: GitHub
- URL: https://github.com/djdeveloperr/tictactoe
- Owner: DjDeveloperr
- License: mit
- Created: 2021-04-23T07:38:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-07T11:06:52.000Z (over 3 years ago)
- Last Synced: 2025-05-08T05:56:38.058Z (5 months ago)
- Topics: bot, buttons, deno, discord, harmony, serverless, tictactoe
- Language: TypeScript
- Homepage:
- Size: 28.3 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TicTacToe Bot
Play Tic-Tac-Toe in Discord using Buttons! I just tried to make it after seeing [this post on Reddit](https://www.reddit.com/r/discordapp/comments/mwaezg/tic_tac_toe_with_discords_new_buttons/).
Fun fact, this bot is _serverless_ and does not keep any state! Entire state is stored in buttons itself.
## Deploy!
While you can invite an existing version [here](https://discord.com/api/oauth2/authorize?client_id=834996135327825950&scope=applications.commands), you can still host it yourself.
You can deploy `mod.ts` on [Deno Deploy](https://deno.com/deploy).
[Click here for a one-click deploy.](https://dash.deno.com/new?url=https://raw.githubusercontent.com/DjDeveloperr/TicTacToe/main/mod.ts&env=TOKEN,PUBLIC_KEY)
After that, you can set "Interactions Endpoint URL" in Developer Portal to the one you get after deploying it.
## License
[MIT licensed.](./LICENSE).
Copyright 2022 © DjDeveloperr