https://github.com/simonleclere/discord-hangman
🎲 Complete framework to facilitate the creation of hangman games using discord.js
https://github.com/simonleclere/discord-hangman
Last synced: 2 months ago
JSON representation
🎲 Complete framework to facilitate the creation of hangman games using discord.js
- Host: GitHub
- URL: https://github.com/simonleclere/discord-hangman
- Owner: SimonLeclere
- Created: 2021-02-15T16:02:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-03T06:30:06.000Z (over 2 years ago)
- Last Synced: 2025-04-09T21:40:16.914Z (2 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/discord-hangman
- Size: 92.8 KB
- Stars: 14
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Discord Hangman
Discord Hangman is a powerful [Node.js](https://nodejs.org) module that allows you to easily create hangman games on discord !
If you have an idea or a problem, don't hesitate to open an issue :)
## Features
- ⏱️ Easy to use! Create the game and the module takes care of the rest!
- ⚙️ Two gamemodes : random and custom !
- 💥 Multiplayer support and auto-gathering players !
- ✋ Filter: Allow only certain players to join a game !
- 🌐 Support for all languages !## Description
This module provides the ability to create Hangman games on Discord! You can choose between two game modes: random and custom.
- Random: The word is chosen randomly
- Custom: One of the players is randomly drawn to choose the wordExample : A screenshot of the game

## Installation
Require node versions higher than v16.6.0 and Discord.js V14
```js
npm install discord-hangman
```### Important !!
This module requires the following intents : `GUILDS`, `GUILD_MESSAGES`, `MESSAGE_CONTENT`, `GUILD_MESSAGE_REACTIONS`, `DIRECT_MESSAGES`, `DIRECT_MESSAGE_REACTIONS`
## Documentation
To quickly understand how to use the module, you can read [Getting Started](/docs/gettingStarted.md).
## Credits
This module is inspired by this repo :
https://github.com/Zheoni/Hanger-BotWhich is unfortunately no longer updated :/
PS : A huge thanks to [@Spongecade](https://github.com/Spongecade) for his help and participation, without him discord-hangman would not be what it is today :)
PS² : Thanks to [@LACOSTAR91](https://github.com/LACOSTAR91) for his participation to the update for support the V13 of Discord.js