A Discord bot that brings the classic Hangman game to your server.
- Multiplayer Hangman game in Discord
- Persistent game state with MariaDB
- Dockerized for easy deployment
- CI/CD via GitHub Actions
- Place
docker-compose.yml
at the root of your VPS (/root
or other). - Fill in your configuration values (DB credentials, tokens, etc.).
- Import
DiscordBotHangman.sql
into your MariaDB instance. - Start the container:
docker-compose up -d
- Update the bot (pull latest image):
docker-compose pull && docker-compose up -d
- Stop the bot:
docker-compose stop
- Java 20
- Spring Boot
- Hibernate
- MariaDB
- Docker
- Maven
- JDA
This project is licensed under the GNU GPL v3.
Details on data storage and usage are described in the Privacy Policy.