This simple Slack bot allows Slack users to play paper-scissors-rock game between them. Ever had a situation where no compromis is available? Who is calling for pizza? Who is setting up PlayStation? Who is writing explenation email to the customer? No problem - play paper-scissors-rock and settle the fight once for all!
Usage is simple and self-describing while talking with the bot - he will help you go through the game. To initiate the new game (assuming your botname is judge):
Then response on DM directly to bot:
Bot will notify other players that you responded on origin channel:
After everyone responds, bot will give you the results!
-
If you make a typo in game reference, he will give you your last game ID
-
After finished game, draw or not, you can simply say again to challange same competitors!
-
Type
@botname stats
to see three players with the biggest won count.
- Fork the repository.
- Run
cp .env.sample.ini .env.ini
. - Fill in env variables with your data (slack token, slack bot name, mongo URI).
- Deploy to Heroku.
This bot is under MIT License.