1.1.3 • Published 9 years ago

hubot-ab v1.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

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
1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.0.1

10 years ago

1.0.0

10 years ago