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.ymlat the root of your VPS (/rootor other). - Fill in your configuration values (DB credentials, tokens, etc.).
- Import
DiscordBotHangman.sqlinto 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.