Very serious argument resolution
- Classic rock, scissor, paper
- Lizard Spock variation
- Ladders
- ELO ratings
- Single elimination tournaments
- Race to/Best of [N] battles
- Built on top of Slacklib
- Amazing modern front-end application for the ladder built with Vue and Webpack
In Slack:
- Create a new Custom Integration -> Bot configuration
- Record the API Token and the username you configured
- Invite the bot to a channel in Slack
> docker run -dt -p 3000:3000 --env SLACK_TOKEN={API TOKEN} --name=roshambo --restart=always seikho/roshambo:latest
> git clone https://github.com/1000team/roshambo && cd roshambo
# From the command line:
> yarn
> yarn build
> yarn bundle
> SLACK_TOKEN={API TOKEN} yarn start
# Using Docker:
> docker build -t roshambo:latest .
> docker run -dt -p 3000:3000 --env SLACK_TOKEN={API TOKEN} --name roshambo --restart=always roshambo:latest
To get started with the bot in Slack:
- Message the bot directly with
@username help
- Or in any channel the bot is in:
@username help
MIT