https://github.com/hubot-archive/hubot-darts
https://github.com/hubot-archive/hubot-darts
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hubot-archive/hubot-darts
- Owner: hubot-archive
- License: mit
- Created: 2014-06-13T16:55:36.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-02-23T22:15:19.000Z (over 8 years ago)
- Last Synced: 2025-03-24T15:21:51.303Z (3 months ago)
- Language: CoffeeScript
- Size: 9.77 KB
- Stars: 5
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hubot Darts
Have an office dart fight even when working from home!
[](https://travis-ci.org/hubot-scripts/hubot-darts) [](http://badge.fury.io/js/hubot-darts)
## Usage:
hubot shoot target (in the head/body/legs) - Fire's a foam dart at the target.
Optionally tries to hit a particular target.### Sample Interaction:
user1> hubot shoot user2
hubot> user1: Target acquired
hubot> * hubot fires a foam dart at users2's body. The shot bounces off users2's shoulder.
user1> hubot: shoot user2 in the legs
hubot> user1: Target acquired.
hubot> * hubot fires a foam dart at users2's legs. The dart hits right on users2's shin, knocking them to the ground## Installation
Add the package `hubot-darts` entry to the `external-scripts.json` file
(you may need to create this file)."dependencies": {
"hubot-darts": "1.0.x"
}Run the following command to make sure the module is installed.
#npm install hubot-darts
To enable the script, add the `hubot-darts` entry to the `packages.json`
file (you may need to create this file).["hubot-darts"]