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

afuhrtrumpet/hangman-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 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 (bot chooses word)
.start hangman 0
  • Start game (user must message bot word)
.start hangman 1
  • 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

Packages

No packages published