Skip to content

alexandreneves/hubot-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HUBOT GAMES

Game library for your (hu)bot!

INSTALL

npm install --save hubot-games

external-scripts.json:

[
  "hubot-games"
]

GAMES & CMDS

  • !21 - Blackjack (21)
  • !24 - 24
  • !cf - Connect Four (cf)
  • !hang - Hangman (hang)
  • !quiz - Quiz (quiz)
  • !tic - TicTacToe (tic)

MODULES

A series of modules were also developed to improve game development.

  • session: controls the session/instance of every game; supports multiplayer
  • stats: takes care of all stat (Win, Tie, Loss & Submission) actions
  • db: takes care of all the database actions
  • rw: reads & writes a unique JSON file that works as the DB

Made with ♥ by a bunch of monkeys

About

Game library for your (hu)bot!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published