# Hubot Cachipún 

**Juega cachipún (piedra|papel|tijera) contra tu hubot.**

### Instalación:

````
$ npm install hubot-cachipun --save
````

Agregar en `external-scripts.json`:

````
[
  ..
  "hubot-cachipun"
]
````

### Uso:

````
hubot> hubot cachipun piedra
hubot> hubot cachipun papel
hubot> hubot cachipun tijera
````

**Ejemplo:**

````
hubot> hubot cachipun piedra

hubot> hubot escoge tijera
hubot> ​Piedra rompe tijera. *Ganaste*
````

### Licencia:
[MIT](https://opensource.org/licenses/MIT)

