Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zheoni/hanger-bot

A hangman game for Discord Hack Week
https://github.com/zheoni/hanger-bot

bot discord hackweek hangman-game

Last synced: 25 days ago
JSON representation

A hangman game for Discord Hack Week

Awesome Lists containing this project

README

        

# Hanger Bot

A bot for the Discord Hack Week

## About

This is a discord bot that allows you to play a hangman game
in discord. I code this in two days for the mentioned discord
hack week, so... it's pretty rushed.

## Usage

With `hang help` you get all the info about how to use it.
Here are some imgaes.

![alt text](./images/help.png "Hanger Bot help")
![alt text](images/game.png "Hanger Bot Game Example")

## Hosting it

Modify the botconfig-sample.json file and put there your token. Rename
the file to botconfig.json.

Use `npm install` and then to start it, `npm start` or `node index.js`.