-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! [ADD] support players without
username
- Loading branch information
Showing
8 changed files
with
67 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
# 🎲 Dice Duel Bot 🎲 | ||
|
||
A Telegram bot for playing dice duels with friends, powered by [Deno](https://deno.com/). | ||
A Telegram bot for playing dice duels with friends, powered by | ||
[Deno](https://deno.com/). | ||
|
||
## How to play | ||
|
||
1. Add [@diceduel_bot](https://t.me/diceduel_bot) to your Telegram group. | ||
2. Invite your friends to the group. | ||
3. In the group, type `/newgame @<otherPlayer> {<winningRounds>}` to start a new game. (If no winning rounds are specified, the default is 1) | ||
3. In the group, type `/newgame @<otherPlayer> {<winningRounds>}` to start a new | ||
game. (If no winning rounds are specified, the default is 1) | ||
4. The `otherPlayer` accepts the game by clicking the button in the message. | ||
5. Both player roll the dice by sending the 🎲 emoji or by typing `:dice` | ||
6. After the game is finished, use `/scoreboard` to see the current standings. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters