Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gooddadmike/63cddd5c9b7ce82b6dd0 to your computer and use it in GitHub Desktop.
Save gooddadmike/63cddd5c9b7ce82b6dd0 to your computer and use it in GitHub Desktop.
Slackbot Responses - rock, paper, scissors, spock, lizard.

This was inspired by Big Bang Theory and Sam Kass

Supports both my standard rock paper scissors and the "lizard spock expansion (this gist)

Follow directions for standard rock paper scissors first to set up emoji.

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

Emoji Alias for Expansion update: There is now a :spock-hand: emoji (doesn't show in github yet)

  • paper-ls, paper-hand-ls : hand
  • rock-ls, rock-hand-ls : facepunch
  • scissors-hand-ls : v
  • spock : spock-hand (useful alias for this : live-long-and-prosper)

Custom Emoji Setup

Slackbot responds:
:rock: `result:` :necktie:
:paper: `result:` :paper: covers :rock: `winner:` :slackbot:
:scissors-hand: `result:` :rock: smashes :scissors-hand: `winner:` you :tada:
:spock: `result:` :spock: vaporizes :rock: `winner:` :slackbot:
:lizard: `result:` :rock: crushes :lizard: `winner:` you :tada:
:rock: `result:` :rock: smashes :scissors-hand: `winner:` :slackbot:
:paper: `result:` :scissors-hand: cut :paper: `winner:` you :tada:
:scissors-hand: `result:` :necktie:
:spock: `result:` :spock: melts :scissors-hand: `winner:` :slackbot:
:lizard: `result:` :scissors-hand: decapitates :lizard: `winner:` you :tada:
Slackbot responds:
:rock: `result:` :rock: crushes :lizard: `winner:` :slackbot:
:paper: `result:` :lizard: eats :paper: `winner:` you :tada:
:scissors-hand: `result:` :scissors-hand: decapitates :lizard: `winner:` :slackbot:
:spock: `result:` :lizard: poisons :spock: `winner:` you :tada:
:lizard: `result:` :necktie:
Slackbot responds:
:rock: `result:` :paper: covers :rock: `winner:` you :tada:
:paper: `result:` :necktie:
:scissors-hand: `result:` :scissors-hand: cuts :paper: `winner:` :slackbot:
:spock: `result:` :paper: disproves :spock: `winner:` you :tada:
:lizard: `result:` :lizard: eats :paper: `winner:` :slackbot:
Slackbot responds:
:rock: `result:` :spock: vaporizes :rock: `winner:` you :tada:
:paper: `result:` :paper: disproves :spock: `winner:` :slackbot:
:scissors-hand: `result:` :spock: melts :scissors-hand: `winner:` you :tada:
:spock: `result:` :necktie:
:lizard: `result:` :lizard: poisons :spock: `winner:` :slackbot:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment