DGB is a fast and fun discord game with variety of activities.
- Dynamic shop
- Resource mining (chopping, cooking, etc)
- Trading with others
- Houses
- And more to come...
DBG uses a number of open source projects to work properly:
- node.js - evented I/O for the backend
- Express - fast node.js network app framework
- Discord.js - powerfull node.js module that allows to communicate with Discord API
And of course DGB itself is open source with a public repository on GitHub.
DGB requires Node.js v10+ to run.
Install the dependencies and devDependencies and start the server.
cd dgb
npm i
node app
DBG currently does not have plugins system implimented yet, but we are working on it.
DBG currently does not support Docker installation, but we are working on implementing it before full release.
GNU GPLv3
Free Software, Hell Yeah!