Skip to content

Simple bot that plays Hangman in IRC using a text file of words

Notifications You must be signed in to change notification settings

cjm273/hangman-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hangman-bot

Simple bot that plays Hangman in IRC using a text file of words

Installation/Usage

  • Change config variables in hangman-bot.js to desired channel and nick
  • Get dictionary file (list of words, or use one of the provided ones)

Run as follows:

node hangman-bot.js [DICTIONARY FILE NAME]

Commands

  • Start game
.start hangman
  • Guess a letter
.guess [LETTER]
  • Guess a word
.guessword [WORD]
  • View available letters
.letters
  • See current hangman and word progress
.status

About

Simple bot that plays Hangman in IRC using a text file of words

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published