Skip to content

Instantly share code, notes, and snippets.

@gooddadmike
Last active November 3, 2016 00:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gooddadmike/38fcaa90d0ffa6872261 to your computer and use it in GitHub Desktop.
Save gooddadmike/38fcaa90d0ffa6872261 to your computer and use it in GitHub Desktop.
Slackbot Responses - rock, paper, scissors

Typical paper rock scissors.

If someone says paper, rock, scissors or uses any of those emoji-alias we initiate the game

update: I decided ✂️ is nothing like ✌️ so should not be part of this

I use the ✋ 👊 and ✌️ emoji

useful resource http://www.emoji-cheat-sheet.com/

Emoji Alias Setup

  • paper, paper-hand : hand
  • rock, rock-hand : facepunch
  • scissors-hand : v (also useful peace : v

Custom Emoji Setup

You should also

Check out the lizard spock expansion

Also see my other slackbot responses toys

Slackbot responds:
:rock: `result:` :paper: covers :rock: `winner:` you :tada:
:paper: `result:` :necktie:
:scissors-hand: `result:` :scissors-hand: cut :paper: `winner:` :slackbot:
Slackbot responds:
:rock: `result:` :necktie:
:paper: `result:` :paper: covers :rock: `winner:` :slackbot:
:scissors-hand: `result:` :rock: smashes :scissors-hand: `winner:` you :tada:
Slackbot responds:
:rock: `result:` :rock: smashes :scissors-hand: `winner:` :slackbot:
:paper: `result:` :scissors-hand: cut :paper: `winner:` you :tada:
:scissors-hand: `result:` :necktie:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment