Socket
Socket
Sign inDemoInstall

hubot-ab

Package Overview
Dependencies
92
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    hubot-ab

A Hubot script for Muan's AB. A 4-digit number guessing game.


Version published
Weekly downloads
4
decreased by-73.33%
Maintainers
1
Install size
9.92 kB
Created
Weekly downloads
 

Readme

Source

hubot-ab

Build Status devDependency Status

A Hubot script for Muan's AB. A 4-digit number guessing game.

See src/guess.coffee for full documentation.

Installation via NPM

  1. Install the hubot-ab module as a Hubot dependency by running:

    npm install --save hubot-ab
    
  2. Enable the module by adding the hubot-ab entry to your external-scripts.json file:

    [
        "hubot-ab"
    ]
    
  3. Run your bot and see below for available config / commands

Commands

CommandListener IDDescription
hubot guess numberab.guessReturns a feedback indicating how accurate your 4-digit number guess is
hubot guess surrenderab.surrenderRestarts the game with a new number, duh!
hubot guess tutorialab.tutorialTells you how to play this game

Sample Interaction

user1>> hubot guess 1234
hubot>> user1: 0A 1B

Keywords

FAQs

Last updated on 27 Aug 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc