Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zheoni/hanger-bot
- Owner: Zheoni
- License: mit
- Created: 2019-06-27T02:16:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-01T17:55:49.000Z (over 4 years ago)
- Last Synced: 2024-11-19T05:13:50.696Z (3 months ago)
- Topics: bot, discord, hackweek, hangman-game
- Language: JavaScript
- Size: 309 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.