0.2.1 • Published 8 years ago
hubot-junkyard-brawl v0.2.1
Hubot script for playing Junkyard Brawl on your favorite chat protocol.
Installation
# Install via Yarn - https://yarnpkg.com/lang/en/
yarn add hubot-junkyard-brawl
# Install via npm
npm install --save hubot-junkyard-brawlUsage
hubot junkyard,!junkyard,.junkyard,!brawl- Create a new game in the current channeladd bot <name>- Add a bot to the game; If no name is given, the hubot name will be used.jo[in]- Join an existing gamestart- Start a game (once 2 or more players join)stop- Stop a gamedi[scard] 1 2 3- Discard cards 1,2 and 3pl[ay] 1 2 3- Play cards 1, 2 and 3pa[ss]- Pass the chance to respond to an opponentst[atus]- Print your cards and health in a private messagerm/remove me- Remove yourself from a gameremove <player>- Remove another player (if you are the game manager)transfer <player>- Transfer management to another player
Usage can also be accessed from the bot by typing <hubot> help junkyard
Development and testing
Start hubot from the command line and it will load up the plugin to run tests on:
npm startYou can also lint the code using eslint:
npm run test