1.0.0 • Published 9 years ago

hubot-connect-4 v1.0.0

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

hubot-connect-4

Hubot connect 4 game.

dependency

  • hubot-redis-brain

Commands available

  • start : start connect 4 game
  • join : Join the current game
  • version : Print current version of hubot-connect-4
  • help : Print this help
  • ? : Alias for help

Installation

Download the latest version from npm

npm install hubot-connect-4

Add dependency to your hubot external script: external-scripts.json

[
  //....
  "hubot-redis-brain",
  "hubot-connect-4"
  //....
]

TODO

1.0.0

9 years ago