Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 1.98 KB

README.md

File metadata and controls

62 lines (40 loc) · 1.98 KB

Issues Code Quality Version

DiscordGameBot (DGB)

Quite the unique game on Discord

DGB is a fast and fun discord game with variety of activities.

Features

  • Dynamic shop
  • Resource mining (chopping, cooking, etc)
  • Trading with others
  • Houses
  • And more to come...

Tech

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.

Installation

DGB requires Node.js v10+ to run.

Install the dependencies and devDependencies and start the server.

cd dgb
npm i
node app

Plugins

DBG currently does not have plugins system implimented yet, but we are working on it.

Docker

DBG currently does not support Docker installation, but we are working on implementing it before full release.

License

GNU GPLv3

Free Software, Hell Yeah!